summaryrefslogtreecommitdiffstats
path: root/mgaapplet-upgrade-helper
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-12-06 12:09:43 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-12-06 12:10:13 +0100
commit61563398324066693ec8d07b4f39b0fcc474ea87 (patch)
treef00f88543dd3ed442cec1dde8b22380e29c27ed9 /mgaapplet-upgrade-helper
parent0efbdfd710523f5651a4445133824339986b644c (diff)
downloadmgaonline-61563398324066693ec8d07b4f39b0fcc474ea87.tar
mgaonline-61563398324066693ec8d07b4f39b0fcc474ea87.tar.gz
mgaonline-61563398324066693ec8d07b4f39b0fcc474ea87.tar.bz2
mgaonline-61563398324066693ec8d07b4f39b0fcc474ea87.tar.xz
mgaonline-61563398324066693ec8d07b4f39b0fcc474ea87.zip
s/gtk2/gtk3/ in comments
Diffstat (limited to 'mgaapplet-upgrade-helper')
-rwxr-xr-xmgaapplet-upgrade-helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgaapplet-upgrade-helper b/mgaapplet-upgrade-helper
index 90a59218..e128be38 100755
--- a/mgaapplet-upgrade-helper
+++ b/mgaapplet-upgrade-helper
@@ -31,7 +31,7 @@ use feature 'state';
BEGIN { unshift @::textdomains, 'mgaonline' }
-use mygtk3 qw(gtknew); #- do not import gtkadd which conflicts with ugtk2 version
+use mygtk3 qw(gtknew); #- do not import gtkadd which conflicts with ugtk3 version
use ugtk3 qw(:all);
use interactive;
use do_pkgs;