Summary: | duplicate accelerator keys in new class dialog | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Charles Valentine <hydrastis_debian> |
Component: | general | Assignee: | 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: | ||
Sentry Crash Report: |
Description
Charles Valentine
2003-06-22 05:41:45 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&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> |