diff options
Diffstat (limited to 'bin/drakconnect')
-rwxr-xr-x | bin/drakconnect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/drakconnect b/bin/drakconnect index 4f58840..72d24aa 100755 --- a/bin/drakconnect +++ b/bin/drakconnect @@ -33,7 +33,7 @@ use modules; require_root_capability(); -$ugtk2::wm_icon = "drakconnect"; +$ugtk3::wm_icon = "drakconnect"; my $in = 'interactive'->vnew; my $net = {}; |