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

List:       kde-commits
Subject:    kdeedu/keduca
From:       Anne-Marie Mahfouf <annma () kde ! org>
Date:       2004-09-30 18:55:24
Message-ID: 20040930185524.CB0B79961 () office ! kde ! org
[Download RAW message or body]

CVS commit by annma: 

missing accel keys


  M +1 -1      keduca/keduca.cpp   1.27
  M +1 -1      keducabuilder/keducabuilder.cpp   1.15
  M +2 -2      libkeduca/kgallerydialogbase.ui   1.3


--- kdeedu/keduca/keduca/keduca.cpp  #1.26:1.27
@@ -62,5 +62,5 @@ void Keduca::initMenuBar()
 {
         KStdAction::open(this, SLOT( slotFileOpen() ), actionCollection());
-        (void)new KAction(i18n("Open Gallery..."), 0, 0, this, SLOT( slotGallery() \
), actionCollection(), "open_gallery"); +        (void)new KAction(i18n("Open \
&Gallery..."), 0, 0, this, SLOT( slotGallery() ), actionCollection(), \
                "open_gallery");
         _recentFiles = KStdAction::openRecent(this, SLOT ( slotFileOpenURL(const \
                KURL &)), actionCollection());
         //      KStdAction::print(this, SLOT( slotMenuPrint() ), \
actionCollection());

--- kdeedu/keduca/keducabuilder/keducabuilder.cpp  #1.14:1.15
@@ -110,5 +110,5 @@ void KEducaBuilder::initMenuBar()
     KStdAction::openNew(this, SLOT( slotFileOpenNew() ), actionCollection());
     KStdAction::open   (this, SLOT( slotFileOpen() ), actionCollection());
-    (void)new KAction(i18n("Open Gallery..."), 0, 0, this, SLOT( slotGallery() ), \
actionCollection(), "open_gallery"); +    (void)new KAction(i18n("Open &Gallery..."), \
                0, 0, this, SLOT( slotGallery() ), actionCollection(), \
                "open_gallery");
     _recentFiles = KStdAction::openRecent(this, SLOT ( slotFileOpenURL(const KURL \
                &)), actionCollection());
     KStdAction::save   (this, SLOT( slotFileSave() ), actionCollection());

--- kdeedu/keduca/libkeduca/kgallerydialogbase.ui  #1.2:1.3
@@ -1,3 +1,3 @@
-<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 <class>KGalleryDialogBase</class>
 <widget class="QDialog">
@@ -282,5 +282,5 @@
                     </property>
                     <property name="text">
-                        <string>Help</string>
+                        <string>&amp;Help</string>
                     </property>
                 </widget>


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

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