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

List:       kde-commits
Subject:    kdebase/libkonq
From:       Oliver Bausinger <bausi () bausi ! org>
Date:       2005-01-17 18:40:04
Message-ID: 20050117184004.63B901BAC7 () office ! kde ! org
[Download RAW message or body]

CVS commit by bausi: 

change text of zoom action to "Enlarge/Shrink", as proposed by Matt Rogers
and Maksim Orlovich


  M +2 -2      konq_dirpart.cc   1.87


--- kdebase/libkonq/konq_dirpart.cc  #1.86:1.87
@@ -136,6 +136,6 @@ KonqDirPart::KonqDirPart( QObject *paren
     actionCollection()->setHighlightingEnabled( true );
 
-    m_paIncIconSize = new KAction( i18n( "Increase Icon Size" ), "viewmag+", 0, \
                this, SLOT( slotIncIconSize() ), actionCollection(), "incIconSize" );
-    m_paDecIconSize = new KAction( i18n( "Decrease Icon Size" ), "viewmag-", 0, \
this, SLOT( slotDecIconSize() ), actionCollection(), "decIconSize" ); +    \
m_paIncIconSize = new KAction( i18n( "Enlarge Icons" ), "viewmag+", 0, this, SLOT( \
slotIncIconSize() ), actionCollection(), "incIconSize" ); +    m_paDecIconSize = new \
KAction( i18n( "Shrink Icons" ), "viewmag-", 0, this, SLOT( slotDecIconSize() ), \
actionCollection(), "decIconSize" );  
     m_paDefaultIcons = new KRadioAction( i18n( "&Default Size" ), 0, \
actionCollection(), "modedefault" );


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

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