diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-08-06 18:37:28 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-08-07 11:36:24 +0900 |
commit | 4da21068f8654d2dc57cc89417b489fe7b9a8c1a (patch) | |
tree | 7ba5a8ce4006448e2c320d530004e78ef7379472 /tdeui/kstdaction_p.h | |
parent | 4b9098ffaea048d5223badd417fcd5e1f5d724b2 (diff) | |
download | tdelibs-4da21068f8654d2dc57cc89417b489fe7b9a8c1a.tar.gz tdelibs-4da21068f8654d2dc57cc89417b489fe7b9a8c1a.zip |
Add two missing icons in the menu bar:
- bug Report/Request Enhancement...
- Switch Application Language..
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 0c807f401be33526d8f1ac0ebd333a47d94d5405)
Diffstat (limited to 'tdeui/kstdaction_p.h')
-rw-r--r-- | tdeui/kstdaction_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kstdaction_p.h b/tdeui/kstdaction_p.h index 64ce47e57..e9aba5231 100644 --- a/tdeui/kstdaction_p.h +++ b/tdeui/kstdaction_p.h @@ -108,8 +108,8 @@ static const KStdActionInfo g_rgActionInfo[] = { HelpContents, TDEStdAccel::Help, "help_contents", I18N_NOOP("%1 &Handbook"), 0, "contents" }, { WhatsThis, TDEStdAccel::WhatsThis, "help_whats_this", I18N_NOOP("What's &This?"), 0, "contexthelp" }, { TipofDay, TDEStdAccel::AccelNone, "help_show_tip", I18N_NOOP("Tip of the &Day"), 0, "idea" }, - { ReportBug, TDEStdAccel::AccelNone, "help_report_bug", I18N_NOOP("&Report Bug/Request Enhancement..."), 0, 0 }, - { SwitchApplicationLanguage, TDEStdAccel::AccelNone, "switch_application_language", I18N_NOOP("Switch application &language..."), 0, 0 }, + { ReportBug, TDEStdAccel::AccelNone, "help_report_bug", I18N_NOOP("&Report Bug/Request Enhancement..."), 0, "bug" }, + { SwitchApplicationLanguage, TDEStdAccel::AccelNone, "switch_application_language", I18N_NOOP("Switch application &language..."), 0, "preferences-desktop-locale" }, { AboutApp, TDEStdAccel::AccelNone, "help_about_app", I18N_NOOP("&About %1"), 0, 0 }, { AboutKDE, TDEStdAccel::AccelNone, "help_about_kde", I18N_NOOP("About &Trinity"), 0,"about_kde" }, { ActionNone, TDEStdAccel::AccelNone, 0, 0, 0, 0 } |