diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-28 18:36:58 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-28 18:36:58 +0000 |
commit | 3c71ff78e9c867311ccd250fbafeb90640a151f4 (patch) | |
tree | add3e358b8ed50c1c858e55c614c22928a3549dc /www/kdewebdev/files/patch-quanta-quanta_init.c | |
parent | Update to 2.1.7. (diff) |
update to 3.1 official release
Diffstat (limited to '')
-rw-r--r-- | www/kdewebdev/files/patch-quanta-quanta_init.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/kdewebdev/files/patch-quanta-quanta_init.c b/www/kdewebdev/files/patch-quanta-quanta_init.c deleted file mode 100644 index 527dd364fd03..000000000000 --- a/www/kdewebdev/files/patch-quanta-quanta_init.c +++ /dev/null @@ -1,13 +0,0 @@ ---- quanta/quanta_init.orig Wed Oct 16 21:04:59 2002 -+++ quanta/quanta_init.cpp Wed Oct 16 21:01:26 2002 -@@ -1272,8 +1272,8 @@ - // backAction = KStdAction::back ( this, SLOT( slotBack() ), actionCollection(), "w_back" ); - // forwardAction = KStdAction::forward( this, SLOT( slotForward() ), actionCollection(), "w_forward" ); - -- backAction = new KAction ( i18n("Back"), "back", ALT+Key_Left, this, SLOT( slotBack() ), actionCollection(), "w_back" ); -- forwardAction = new KAction ( i18n("Forward"), "forward", ALT+Key_Right, this, SLOT( slotForward() ), actionCollection(), "w_forward" ); -+// backAction = new KAction ( i18n("Back"), "back", ALT+Key_Left, this, SLOT( slotBack() ), actionCollection(), "w_back" ); -+// forwardAction = new KAction ( i18n("Forward"), "forward", ALT+Key_Right, this, SLOT( slotForward() ), actionCollection(), "w_forward" ); - - (void) new KAction( i18n( "&Reload Preview" ), "reload", - KStdAccel::key(KStdAccel::Reload), |