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

List:       kde-commits
Subject:    kdeedu/kverbos/kverbos
From:       Benjamin Meyer <benjamin () csh ! rit ! edu>
Date:       2003-04-08 20:05:07
[Download RAW message or body]

CVS commit by bmeyer: 

I must have hit delete page rather then delete line in vi, sorry.  


  M +22 -0     kverbos.cpp   1.18


--- kdeedu/kverbos/kverbos/kverbos.cpp  #1.17:1.18
@@ -132,4 +132,26 @@ void KVerbosApp::initActions()
   editErfassen = new KAction(i18n("E&nter New Verb..."), 0, 0, this, \
SLOT(slotEditErfassen()), actionCollection(),"edit_erfassen");  editBearbeiten = new \
KAction(i18n("&Edit Verblist..."), 0, 0, this, SLOT(slotEditBearbeiten()), \
actionCollection(), "edit_bearbeiten"); +
+  setStandardToolBarMenuEnabled(true);
+  createStandardStatusBarAction();
+  settingOptions = new KAction(i18n("&Configure KVerbos..."), 0, 0, this, \
SLOT(slotSettingsOptions()), actionCollection(), "settings_options"); +  userUsername \
= new KAction(i18n("&Username..."), 0, 0, this, SLOT(slotSettingsUsername()), \
actionCollection(), "user_username"); +  userResults = new KAction(i18n("&Results"), \
0, 0, this, SLOT(slotUserResults()), actionCollection(), "user_results"); + 
+  fileNewWindow->setStatusText(i18n("Opens a new application window"));
+  fileOpenStandard->setStatusText(i18n("Opens the standard KVerbos verb file"));
+  fileNew->setStatusText(i18n("Creates a new document"));
+  fileOpen->setStatusText(i18n("Opens an existing document"));
+  fileOpenRecent->setStatusText(i18n("Opens a recently used file"));
+  fileSave->setStatusText(i18n("Saves the actual document"));
+  fileSaveAs->setStatusText(i18n("Saves the actual document as..."));
+  fileClose->setStatusText(i18n("Closes the actual document"));
+  filePrint ->setStatusText(i18n("Prints out the actual document"));
+  fileQuit->setStatusText(i18n("Quits the application"));
+  editCut->setStatusText(i18n("Cuts the selected section and puts it to the \
clipboard")); +  editCopy->setStatusText(i18n("Copies the selected section to the \
clipboard")); +  editPaste->setStatusText(i18n("Pastes the clipboard contents to \
actual position")); +  editErfassen->setStatusText(i18n("Add new verbs."));
+  editBearbeiten->setStatusText(i18n("Edit the list of verbs."));
   settingOptions->setStatusText(i18n("Change some options of the program"));
   userUsername->setStatusText(i18n("Enter your name as the username"));


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

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