[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Apr 27 20:39:50 CEST 2004


CVS commit by staikos: 

styleguide fix


  M +9 -8      ksttoplevelview.cpp   1.35


--- kdeextragear-2/kst/kst/ksttoplevelview.cpp  #1.34:1.35
@@ -537,15 +537,16 @@ bool KstTopLevelView::popupMenu(KPopupMe
 
   if (_selectionList.count() > 1) {
+    // FIXME: make a submenu for alignment and resizing
     menu->insertSeparator();
-    menu->insertItem(i18n("Make same width"), this, SLOT(makeSameWidth()));
-    menu->insertItem(i18n("Make same height"), this, SLOT(makeSameHeight()));
-    menu->insertItem(i18n("Make same size"), this, SLOT(makeSameSize()));
+    menu->insertItem(i18n("Make Same Width"), this, SLOT(makeSameWidth()));
+    menu->insertItem(i18n("Make Same Height"), this, SLOT(makeSameHeight()));
+    menu->insertItem(i18n("Make Same Size"), this, SLOT(makeSameSize()));
     menu->insertSeparator();
-    menu->insertItem(i18n("Align left"), this, SLOT(alignLeft()));
-    menu->insertItem(i18n("Align right"), this, SLOT(alignRight()));
-    menu->insertItem(i18n("Align top"), this, SLOT(alignTop()));
-    menu->insertItem(i18n("Align bottom"), this, SLOT(alignBottom()));
+    menu->insertItem(i18n("Align Left"), this, SLOT(alignLeft()));
+    menu->insertItem(i18n("Align Right"), this, SLOT(alignRight()));
+    menu->insertItem(i18n("Align Top"), this, SLOT(alignTop()));
+    menu->insertItem(i18n("Align Bottom"), this, SLOT(alignBottom()));
     menu->insertSeparator();
-    menu->insertItem(i18n("Group objects"), this, SLOT(groupSelection()));
+    menu->insertItem(i18n("Group Objects"), this, SLOT(groupSelection()));
     rc = true;
   }





More information about the Kst mailing list