Bug 60212

Summary: duplicate accelerator keys in new class dialog
Product: [Applications] kdevelop Reporter: Charles Valentine <hydrastis_debian>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Charles Valentine 2003-06-22 05:41:45 UTC
Version:           cvs HEAD 20030620 (using KDE KDE 3.1.2)
Installed from:    Debian testing/unstable Packages
Compiler:          g++ 3.3 
OS:          Linux

From the Project menu, I select 'New Class'.  The new class dialog appears with "A&dvanced options' and 'A&dd' as conflicting accelerator keys.
Comment 1 Amilcar do Carmo Lucas 2003-06-22 19:35:34 UTC
Subject: kdevelop/parts/cppsupport

CVS commit by aclu: 

Fixed some shortcut clashes in the "Project> New class..." dialog.

Thanks for reporting.

CCMAIL: 60212-done@bugs.kde.org


  M +4 -4      cppnewclassdlgbase.ui   1.23


--- kdevelop/parts/cppsupport/cppnewclassdlgbase.ui  #1.22:1.23
@@ -205,5 +205,5 @@
                                 </property>
                                 <property name="text">
-                                    <string>N&amp;amespace:</string>
+                                    <string>Name&amp;space:</string>
                                 </property>
                                 <property name="buddy" stdset="0">
@@ -254,5 +254,5 @@
                                 </property>
                                 <property name="text">
-                                    <string>&amp;Add</string>
+                                    <string>A&amp;dd</string>
                                 </property>
                                 <property name="autoDefault">
@@ -585,5 +585,5 @@
                                 </property>
                                 <property name="text">
-                                    <string>&amp;Use file templates</string>
+                                    <string>Use file &amp;templates</string>
                                 </property>
                                 <property name="checked">
@@ -612,5 +612,5 @@
                                 </property>
                                 <property name="text">
-                                    <string>&amp;Generate GTK+ Class</string>
+                                    <string>Generate G&amp;TK+ Class</string>
                                 </property>
                             </widget>