author | mickeyl <mickeyl> | 2004-01-04 23:36:04 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-01-04 23:36:04 (UTC) |
commit | 68f09442c635da109c0f31888d4f42bd14e8de1f (patch) (side-by-side diff) | |
tree | 27f7dbdaae1547fc6e8094a97009859e3c480ee2 /libopie/odevice.cpp | |
parent | 5af215d9cac1c65a9cd56b56cc18e39cfcc06c64 (diff) | |
download | opie-68f09442c635da109c0f31888d4f42bd14e8de1f.zip opie-68f09442c635da109c0f31888d4f42bd14e8de1f.tar.gz opie-68f09442c635da109c0f31888d4f42bd14e8de1f.tar.bz2 |
better not define rotation as pressaction _and_ heldaction
-rw-r--r-- | libopie/odevice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp index 82a0099..35d6cb4 100644 --- a/libopie/odevice.cpp +++ b/libopie/odevice.cpp @@ -300,5 +300,5 @@ struct z_button z_buttons_c700 [] = { { Qt::Key_F14, QT_TRANSLATE_NOOP("Button", "Display Rotate"), - "", + "devicebuttons/z_hinge", "QPE/Rotation", "rotateDefault()", - "QPE/Rotation", "rotateDefault()" }, + "QPE/Dummy", "doNothing()" }, }; |