[Uml-devel] kdesdk/umbrello/umbrello/dialogs

Sebastian Stein seb.kde at hpfsc.de
Tue Nov 4 13:33:09 UTC 2003


CVS commit by sstein: 

- fix same shortcut keys 
bug #67209


  M +2 -2      umloperationdialog.cpp   1.21


--- kdesdk/umbrello/umbrello/dialogs/umloperationdialog.cpp  #1.20:1.21
@@ -83,5 +83,5 @@ void UMLOperationDialog::setupDialog() {
         scopeLayout -> setMargin(margin);
 
-        m_pPublicRB = new QRadioButton(i18n("&Public"), m_pScopeBG);
+        m_pPublicRB = new QRadioButton(i18n("P&ublic"), m_pScopeBG);
         scopeLayout -> addWidget(m_pPublicRB);
 
@@ -102,5 +102,5 @@ void UMLOperationDialog::setupDialog() {
 
         KButtonBox* buttonBox = new KButtonBox(m_pParmsGB);
-        buttonBox->addButton( i18n("&New Parameter..."), this, SLOT(slotNewParameter()) );
+        buttonBox->addButton( i18n("Ne&w Parameter..."), this, SLOT(slotNewParameter()) );
         m_pDeleteButton = buttonBox->addButton( i18n("&Delete"), this, SLOT(slotDeleteParameter()) );
         m_pPropertiesButton = buttonBox->addButton( i18n("&Properties"), this,






More information about the umbrello-devel mailing list