aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/zbedic/zbedic/opie-icons.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qtopia/zbedic/zbedic/opie-icons.patch')
-rw-r--r--recipes-qtopia/zbedic/zbedic/opie-icons.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-qtopia/zbedic/zbedic/opie-icons.patch b/recipes-qtopia/zbedic/zbedic/opie-icons.patch
new file mode 100644
index 0000000..cd320b3
--- /dev/null
+++ b/recipes-qtopia/zbedic/zbedic/opie-icons.patch
@@ -0,0 +1,14 @@
+--- zbedic/src/zbedic.cpp.old 2008-09-20 14:36:24.000000000 -0500
++++ zbedic/src/zbedic.cpp 2008-09-20 14:37:21.000000000 -0500
+@@ -142,9 +142,9 @@ ZBEDic::ZBEDic(QWidget *parent, const ch
+ action[TB_SwitchDictionaries] = createAction( tr( "Switch dictionaries" ), "zbedic/switch_dictionary",
+ SLOT(switchToPreviousDict()), CTRL+Key_S );
+ action[TB_ShowHistory] = createAction( tr( "Show history" ), "zbedic/history", SLOT(showHistoryPopup()), CTRL+Key_H );
+- action[TB_Back] = createAction( tr( "Go back" ), "zbedic/back",
++ action[TB_Back] = createAction( tr( "Go back" ), "back",
+ SLOT(navigationPrevious()), Key_End );
+- action[TB_Forward] = createAction( tr( "Go forward" ), "zbedic/forward",
++ action[TB_Forward] = createAction( tr( "Go forward" ), "forward",
+ SLOT(navigationNext()), Key_Home );
+ action[TB_LookupSelection] = createAction( tr( "Lookup selection" ), "zbedic/lookup_selection",
+ SLOT(lookupSelection()), CTRL+Key_L );