aboutsummaryrefslogtreecommitdiff
path: root/lib/gui
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-03-30 11:07:03 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-03-30 11:07:03 +0000
commit994dad35e90a0023acd62c6b434b5728c0f15d1e (patch)
tree414b76cae827fd335814215222141bf3f774e34a /lib/gui
parent176c7eb91deb951bfeeadf00d600c78df939f6df (diff)
downloadenigma2-994dad35e90a0023acd62c6b434b5728c0f15d1e.tar.gz
enigma2-994dad35e90a0023acd62c6b434b5728c0f15d1e.zip
change "Behaviour" to "Behavior" in all files ... including all
translations.. so no new translation is needed
Diffstat (limited to 'lib/gui')
-rw-r--r--lib/gui/elistbox.cpp2
-rw-r--r--lib/gui/elistbox.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/gui/elistbox.cpp b/lib/gui/elistbox.cpp
index d4c653fe..6b2eace4 100644
--- a/lib/gui/elistbox.cpp
+++ b/lib/gui/elistbox.cpp
@@ -331,7 +331,7 @@ int eListbox::event(int event, void *data, void *data2)
m_content->paint(painter, *style, ePoint(0, y), m_selected == m_content->cursorGet() && m_content->size() && m_selection_enabled);
/* (we could clip with entry_clip_rect, but
- this shouldn't change the behaviour of any
+ this shouldn't change the behavior of any
well behaving content, so it would just
degrade performance without any gain.) */
diff --git a/lib/gui/elistbox.h b/lib/gui/elistbox.h
index 102e50fb..00736535 100644
--- a/lib/gui/elistbox.h
+++ b/lib/gui/elistbox.h
@@ -15,7 +15,7 @@ public:
/* indices go from 0 to size().
the end is reached when the cursor is on size(),
i.e. one after the last entry (this mimics
- stl behaviour)
+ stl behavior)
cursors never invalidate - they can become invalid
when stuff is removed. Cursors will always try