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

List:       kde-commits
Subject:    koffice/kplato
From:       Dag Andersen <danders () get2net ! dk>
Date:       2010-07-09 8:43:40
Message-ID: 20100709084340.CA7B6AC85D () svn ! kde ! org
[Download RAW message or body]

SVN commit 1147830 by danders:

Help menu: Add an icon to introduction and
remove "append" tag from kplato.rc, as it's useless.


 M  +2 -2      kplato.rc  
 M  +1 -1      kptview.cpp  


--- trunk/koffice/kplato/kplato.rc #1147829:1147830
@@ -1,5 +1,5 @@
 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd" >
-<kpartgui name="KPlato" version="19">
+<kpartgui name="KPlato" version="20">
     <MenuBar>
         <Menu name="file"><text>&amp;File</text>
             <Separator/>
@@ -58,7 +58,7 @@
         <Menu name="settings"><text>&amp;Settings</text>
             <Action name="configure" group="settings_configure"/>
         </Menu>
-        <Menu name="help" append="about_merge"><text>&amp;Help</text>
+        <Menu name="help"><text>&amp;Help</text>
             <Action name="kplato_introduction"/>
         </Menu>
     </MenuBar>
--- trunk/koffice/kplato/kptview.cpp #1147829:1147830
@@ -262,7 +262,7 @@
     connect( actionOpenReportFile, SIGNAL( triggered( bool ) ), SLOT( slotOpenReportFile() ) );
 
     // ------ Help
-    actionIntroduction  = new KAction( i18n("KPlato Introduction"), this);
+    actionIntroduction  = new KAction( KIcon( "dialog-information" ), i18n("KPlato Introduction"), this);
     actionCollection()->addAction("kplato_introduction", actionIntroduction );
     connect( actionIntroduction, SIGNAL( triggered( bool ) ), SLOT( slotIntroduction() ) );
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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