[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdegraphics/kghostview
From:       Danny Allen <dannya40uk () yahoo ! co ! uk>
Date:       2005-02-08 13:35:28
Message-ID: 20050208133528.64D481CF79 () office ! kde ! org
[Download RAW message or body]

CVS commit by dannya: 

App needs to use "up" and "down" icons, rather than "left" and "right" ones for "Read \
Up" and "Read Down" document


  M +2 -2      kgv_view.cpp   1.191


--- kdegraphics/kghostview/kgv_view.cpp  #1.190:1.191
@@ -297,5 +297,5 @@ KGVPart::KGVPart( QWidget* parentWidget,
     KShortcut readUpShort = KStdAccel::shortcut( KStdAccel::Prior );
     readUpShort.append( KKey( SHIFT+Key_Space ) );
-    _readUp    = new KAction( i18n( "Read Up Document" ), "previous",
+    _readUp    = new KAction( i18n( "Read Up Document" ), "up",
                               readUpShort, this, SLOT( slotReadUp() ),
                               actionCollection(), "readUp" );
@@ -303,5 +303,5 @@ KGVPart::KGVPart( QWidget* parentWidget,
     KShortcut readDownShort = KStdAccel::shortcut( KStdAccel::Next );
     readDownShort.append( KKey( Key_Space ) );
-    _readDown  = new KAction( i18n( "Read Down Document" ), "next",
+    _readDown  = new KAction( i18n( "Read Down Document" ), "down",
                               readDownShort, this, SLOT( slotReadDown() ),
                               actionCollection(), "readDown" );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic