No subject
Fri Jan 16 04:03:00 UTC 2015
Index: rkward.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkward.cpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** rkward.cpp 24 Nov 2004 23:53:46 -0000 1.53
--- rkward.cpp 29 Nov 2004 23:29:29 -0000 1.54
***************
*** 323,327 ****
fileSaveWorkspaceAs = KStdAction::saveAs(this, SLOT(slotFileSaveWorkspaceAs()), actionCollection(), "file_save_asx");
fileSaveWorkspaceAs->setText (i18n ("Save Workspace As"));
! file_load_libs = new KAction (i18n ("Libraries"), 0, 0, this, SLOT (slotFileLoadLibs ()), actionCollection (), "file_load_libs");
close_editor = KStdAction::close (this, SLOT(slotCloseEditor ()), actionCollection(), "editor_close");
close_editor->setText (i18n ("Close current editor"));
--- 323,327 ----
fileSaveWorkspaceAs = KStdAction::saveAs(this, SLOT(slotFileSaveWorkspaceAs()), actionCollection(), "file_save_asx");
fileSaveWorkspaceAs->setText (i18n ("Save Workspace As"));
! //file_load_libs = new KAction (i18n ("Libraries"), 0, 0, this, SLOT (slotFileLoadLibs ()), actionCollection (), "file_load_libs");
close_editor = KStdAction::close (this, SLOT(slotCloseEditor ()), actionCollection(), "editor_close");
close_editor->setText (i18n ("Close current editor"));
***************
*** 354,358 ****
interruptCommand = new KAction (i18n ("Interrupt running command"), 0, 0, this, SLOT (slotInterruptCommand ()), actionCollection (), "interrupt");
interruptCommand->setIcon("stop");
!
configure = new KAction (i18n ("Configure RKWard"), 0, 0, this, SLOT(slotConfigure ()), actionCollection(), "configure");
--- 354,358 ----
interruptCommand = new KAction (i18n ("Interrupt running command"), 0, 0, this, SLOT (slotInterruptCommand ()), actionCollection (), "interrupt");
interruptCommand->setIcon("stop");
! file_load_libs = new KAction (i18n ("Configure Libraries"), 0, 0, this, SLOT (slotFileLoadLibs ()), actionCollection (), "file_load_libs");
configure = new KAction (i18n ("Configure RKWard"), 0, 0, this, SLOT(slotConfigure ()), actionCollection(), "configure");
Index: rkwardui.rc
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkwardui.rc,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** rkwardui.rc 3 Nov 2004 14:53:42 -0000 1.14
--- rkwardui.rc 29 Nov 2004 23:29:29 -0000 1.15
***************
*** 18,24 ****
<Action name="file_savex"/>
<Action name="file_save_asx"/>
- <Separator/>
- <Action name="file_load_libs"/>
- <Separator/>
<Action name="file_printx"/>
<Separator/>
--- 18,21 ----
***************
*** 48,51 ****
--- 45,49 ----
<Menu name="settings"><text>&Settings</text>
+ <Action name="file_load_libs"/>
<Action name="configure"></Action>
</Menu>
More information about the rkward-tracker
mailing list