Bug 60212 - duplicate accelerator keys in new class dialog
Summary: duplicate accelerator keys in new class dialog
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-22 05:41 UTC by Charles Valentine
Modified: 2003-06-22 19:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>