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

List:       kde-commits
Subject:    kdebase/ksysguard/gui
From:       Tobias Koenig <tokoe () kde ! org>
Date:       2004-08-09 7:28:43
Message-ID: 20040809072843.549D890DA () office ! kde ! org
[Download RAW message or body]

CVS commit by tokoe: 

Replaced KStdAction::revert by a custom action with same icon and name but
different title to fix #77459.

CCMAIL:77459-done@bugs.kde.org


  M +3 -1      ksysguard.cc   1.85


--- kdebase/ksysguard/gui/ksysguard.cc  #1.84:1.85
@@ -120,5 +120,7 @@ TopLevel::TopLevel( const char *name )
                SLOT( configure() ), actionCollection(), "configure_sheet" );
 
-  KStdAction::revert( this, SLOT( resetWorkSheets() ), actionCollection() );
+  new KAction( i18n( "Load standard sheets" ), "revert",
+               0, this, SLOT( resetWorkSheets() ),
+               actionCollection(), "file_revert"  );
 
   new KAction( i18n( "Configure &Style..." ), "colorize", 0, this,


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

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