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.
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&amespace:</string> + <string>Name&space:</string> </property> <property name="buddy" stdset="0"> @@ -254,5 +254,5 @@ </property> <property name="text"> - <string>&Add</string> + <string>A&dd</string> </property> <property name="autoDefault"> @@ -585,5 +585,5 @@ </property> <property name="text"> - <string>&Use file templates</string> + <string>Use file &templates</string> </property> <property name="checked"> @@ -612,5 +612,5 @@ </property> <property name="text"> - <string>&Generate GTK+ Class</string> + <string>Generate G&TK+ Class</string> </property> </widget>