[Uml-devel] kdesdk/umbrello/umbrello

Sebastian Stein seb.kde at hpfsc.de
Mon Sep 29 23:27:04 UTC 2003


CVS commit by sstein: 

don't use the same accel keys for different items in one menu/window


  M +2 -2      uml.cpp   1.66


--- kdesdk/umbrello/umbrello/uml.cpp  #1.65:1.66
@@ -228,5 +228,5 @@ void UMLApp::initActions() {
         preferences->setStatusText( i18n( "Set the default program preferences") );
 
-        deleteSelectedWidget = new KAction( i18n("&Delete Selected"),
+        deleteSelectedWidget = new KAction( i18n("Delete &Selected"),
                                             SmallIconSet("editdelete"),
                                             KShortcut(Key_Delete), this,
@@ -336,5 +336,5 @@ void UMLApp::setupZoomMenu() {
         zoomSelect->insertItem(i18n("1&50 %"),150);
         zoomSelect->insertItem(i18n("&200 %"),200);
-        zoomSelect->insertItem(i18n("&300 %"),300);
+        zoomSelect->insertItem(i18n("3&00 %"),300);
 
 






More information about the umbrello-devel mailing list