| Summary: | Accelerator key for Schema tab changes from S to M | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Peter <bugs.kde.org> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.5.2 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Peter
2006-05-25 12:45:11 UTC
SVN commit 545528 by hindenburg:
Fix accelerator key for Schema tab changes from S to M. Change the 'Save'
accelerator key to V to correct this issue and match the session dialog's
Save accelerator.
BUG: 128006
M +1 -1 schemadialog.ui
--- branches/KDE/3.5/kdebase/kcontrol/konsole/schemadialog.ui #545527:545528
@@ -336,7 +336,7 @@
<cstring>saveButton</cstring>
</property>
<property name="text">
- <string>&Save Schema...</string>
+ <string>Sa&ve Schema...</string>
</property>
</widget>
<widget class="QPushButton" row="1" column="0">
|