summaryrefslogtreecommitdiffstats
path: root/bin/drakguard
diff options
context:
space:
mode:
Diffstat (limited to 'bin/drakguard')
-rwxr-xr-xbin/drakguard2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/drakguard b/bin/drakguard
index 769889d..b42931a 100755
--- a/bin/drakguard
+++ b/bin/drakguard
@@ -17,7 +17,7 @@ my $title = N("Parental Control");
my $icon = "IC-control-52";
$ugtk2::wm_icon = $icon;
-my $w = ugtk2->new(N($title));
+my $w = ugtk2->new($title);
#- so that transient_for is defined, for wait messages and popups to be centered
$::main_window = $w->{real_window};
my $in = interactive->vnew('su');