summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-02-15 14:15:22 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-02-15 14:15:22 +0000
commit0c4b2bdef655e22c9f20a707946cbbd5804d70fc (patch)
tree590dd6ba66d82a164e64e0157f87698dc357b947
parentc23d6a56dba14c666e1cfb9db29282634ba24fac (diff)
downloadcontrol-center-0c4b2bdef655e22c9f20a707946cbbd5804d70fc.tar
control-center-0c4b2bdef655e22c9f20a707946cbbd5804d70fc.tar.gz
control-center-0c4b2bdef655e22c9f20a707946cbbd5804d70fc.tar.bz2
control-center-0c4b2bdef655e22c9f20a707946cbbd5804d70fc.tar.xz
control-center-0c4b2bdef655e22c9f20a707946cbbd5804d70fc.zip
do not use stock icons
-rwxr-xr-xcontrol-center4
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center
index 50256343..271718ff 100755
--- a/control-center
+++ b/control-center
@@ -1067,7 +1067,7 @@ my ($notebook_global, $saved_pos_while_in_menu);
my @menu_items = (
[ N("/_File"), undef, undef, undef, '<Branch>' ],
- [ N("/_File") . N("/_Quit"), N("<control>Q"), \&quit_global, undef, '<StockItem>', N("Quit") ],
+ [ N("/_File") . N("/_Quit"), N("<control>Q"), \&quit_global, undef, '<Item>', N("Quit") ],
[ N("/_Options"), undef, undef, undef, '<Branch>' ],
[ join('', @{$options{show_log}}), undef,
sub {
@@ -1183,7 +1183,7 @@ my @menu_items = (
[ join('/', $shared_translations{profiles}, ""), undef, undef, undef, '<Separator>' ],
[ N("/_Help"), undef, undef, undef, '<Branch>' ],
- [ N("/_Help") . N("/_Help"), undef, sub { fork_("drakhelp --id $help_on_context") }, undef, '<StockItem>', N("Help") ],
+ [ N("/_Help") . N("/_Help"), undef, sub { fork_("drakhelp --id $help_on_context") }, undef, '<Item>', N("Help") ],
[ N("/_Help") . N("/_Report Bug"), undef, sub { fork_("drakbug --report drakconf &") }, undef, '<Item>' ],
[ N("/_Help") . N("/_About..."), undef, \&about_mdk_cc, undef, '<Item>' ]
);