Change "Get new stuff" to something more meaningfull

svn path=/branches/kpdf/annotations/kdegraphics/kpdf/; revision=427164
remotes/origin/kpdf-annotations
Albert Astals Cid 21 years ago
parent 5ff13898d1
commit daf99824ee
  1. 2
      part.cpp
  2. 3
      part.rc
  3. 1
      shell/shell.rc

@ -242,7 +242,7 @@ Part::Part(QWidget *parentWidget, const char *widgetName,
m_showLeftPanel->setChecked( Settings::showLeftPanel() );
slotShowLeftPanel();
KAction * ghns = new KAction(i18n("&Get new stuff"), "knewstuff", 0, this, SLOT(slotGetNewStuff()), ac, "get_new_stuff");
KAction * ghns = new KAction(i18n("&Get books from internet..."), "knewstuff", 0, this, SLOT(slotGetNewStuff()), ac, "get_new_stuff");
ghns->setShortcut( "G" ); // TEMP, REMOVE ME!
m_showProperties = new KAction(i18n("&Properties"), "info", 0, this, SLOT(slotShowProperties()), ac, "properties");

@ -2,12 +2,11 @@
<kpartgui name="kpdf_part" version="19">
<MenuBar>
<Menu name="file"><text>&amp;File</text>
<Action name="get_new_stuff" group="file_open"/>
<Action name="save" group="file_save"/>
<Action name="file_print" group="file_print"/>
<Action name="file_print_preview" group="file_print"/>
<Action name="properties" group="file_print"/>
<Separator/>
<Action name="get_new_stuff"/>
</Menu>
<Menu name="edit"><text>&amp;Edit</text>
<Action name="find"/>

@ -2,6 +2,7 @@
<kpartgui version="7" name="kpdf_shell" >
<MenuBar>
<Menu name="file" >
<DefineGroup append="open_merge" name="file_open" />
<DefineGroup append="save_merge" name="file_save" />
<DefineGroup append="print_merge" name="file_print" />
</Menu>

Loading…
Cancel
Save