summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device/odevice_zaurus.cpp
authoralwin <alwin>2004-04-22 11:47:08 (UTC)
committer alwin <alwin>2004-04-22 11:47:08 (UTC)
commita95b0c46820c2e9e76598cf430ce279eeba7edb8 (patch) (unidiff)
treeda8073f4a2b4041db0f7ef1cb3ae5e6eb8cb9019 /libopie2/opiecore/device/odevice_zaurus.cpp
parent2a950511ee173c2cbce5da4d14de9cea6fcd5034 (diff)
downloadopie-a95b0c46820c2e9e76598cf430ce279eeba7edb8.zip
opie-a95b0c46820c2e9e76598cf430ce279eeba7edb8.tar.gz
opie-a95b0c46820c2e9e76598cf430ce279eeba7edb8.tar.bz2
-added default buttons for emulation in qvfb or for unknown devices
-default email app is now opiemail instead of mail
Diffstat (limited to 'libopie2/opiecore/device/odevice_zaurus.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/device/odevice_zaurus.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie2/opiecore/device/odevice_zaurus.cpp b/libopie2/opiecore/device/odevice_zaurus.cpp
index 000d29c..1434e69 100644
--- a/libopie2/opiecore/device/odevice_zaurus.cpp
+++ b/libopie2/opiecore/device/odevice_zaurus.cpp
@@ -72,14 +72,14 @@ struct z_button z_buttons [] = {
72 { Qt::Key_F11, QT_TRANSLATE_NOOP("Button", "Menu Button"), 72 { Qt::Key_F11, QT_TRANSLATE_NOOP("Button", "Menu Button"),
73 "devicebuttons/z_menu", 73 "devicebuttons/z_menu",
74 "QPE/TaskBar", "toggleMenu()", 74 "QPE/TaskBar", "toggleMenu()",
75 "QPE/TaskBar", "toggleStartMenu()" }, 75 "QPE/TaskBar", "toggleStartMenu()" },
76 { Qt::Key_F13, QT_TRANSLATE_NOOP("Button", "Mail Button"), 76 { Qt::Key_F13, QT_TRANSLATE_NOOP("Button", "Mail Button"),
77 "devicebuttons/z_mail", 77 "devicebuttons/z_mail",
78 "mail", "raise()", 78 "opiemail", "raise()",
79 "mail", "newMail()" }, 79 "opiemail", "newMail()" },
80}; 80};
81 81
82struct z_button z_buttons_c700 [] = { 82struct z_button z_buttons_c700 [] = {
83 { Qt::Key_F9, QT_TRANSLATE_NOOP("Button", "Calendar Button"), 83 { Qt::Key_F9, QT_TRANSLATE_NOOP("Button", "Calendar Button"),
84 "devicebuttons/z_calendar", 84 "devicebuttons/z_calendar",
85 "datebook", "nextView()", 85 "datebook", "nextView()",