summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/drakguard4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/drakguard b/bin/drakguard
index afa508a..865b198 100755
--- a/bin/drakguard
+++ b/bin/drakguard
@@ -125,8 +125,8 @@ gtkadd($w->{window},
0, gtknew('HBox', spacing => 5, children_tight => [
gtknew('ScrolledWindow', width => 220, height => 90, child => $allusers_list),
gtknew('VBox', spacing => 5, children_tight => [
- gtknew('Button', text => N("Add"), sensitive => 0),
- gtknew('Button', text => N("Remove"), sensitive => 0),
+ gtknew('Button', stock => "gtk-add", sensitive => 0),
+ gtknew('Button', stock => "gtk-remove", sensitive => 0),
]),
gtknew('ScrolledWindow', width => 220, height => 90, child => $users_list),
]),