summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-02-24 07:59:47 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-02-24 07:59:47 +0000
commit63f3aaafd80e3b77babc59aade1235c115c2d4f2 (patch)
tree8b3ddc184f9b44122dc70d36ea740a9b65a49b62 /perl-install/ugtk2.pm
parent9762c283709c21236fc8526dcb299758b624577f (diff)
downloaddrakx-63f3aaafd80e3b77babc59aade1235c115c2d4f2.tar
drakx-63f3aaafd80e3b77babc59aade1235c115c2d4f2.tar.gz
drakx-63f3aaafd80e3b77babc59aade1235c115c2d4f2.tar.bz2
drakx-63f3aaafd80e3b77babc59aade1235c115c2d4f2.tar.xz
drakx-63f3aaafd80e3b77babc59aade1235c115c2d4f2.zip
final embedding cleanups
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index f2006d853..011485bf2 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -734,7 +734,7 @@ add_icon_path(@icon_paths,
# launch the main loop. Use $o->{retval} to indicate that the window needs
# to terminate.
# Set $::isWizard to have a wizard appearance.
-# Set $::isEmbedded, $::CCPID and $::XID so that the window will plug.
+# Set $::isEmbedded and $::XID so that the window will plug.
sub new {
my ($type, $title, %opts) = @_;