summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-09-12 12:07:41 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-09-12 12:07:41 +0000
commit534b7c7d2eee5921446d776009050096c335af49 (patch)
treea076eec9b076e2ebceb08b8628d51d0acbb6d97e
parentd2c30c80a09025323544257d4e4ffb8ac775ad7b (diff)
downloaddrakx-backup-do-not-use-534b7c7d2eee5921446d776009050096c335af49.tar
drakx-backup-do-not-use-534b7c7d2eee5921446d776009050096c335af49.tar.gz
drakx-backup-do-not-use-534b7c7d2eee5921446d776009050096c335af49.tar.bz2
drakx-backup-do-not-use-534b7c7d2eee5921446d776009050096c335af49.tar.xz
drakx-backup-do-not-use-534b7c7d2eee5921446d776009050096c335af49.zip
our policy is not do display version number in taskbar
-rw-r--r--perl-install/standalone/draknfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draknfs b/perl-install/standalone/draknfs
index 17c12f0ed..f1bad99bc 100644
--- a/perl-install/standalone/draknfs
+++ b/perl-install/standalone/draknfs
@@ -558,7 +558,7 @@ sub cell_edited {
# create model
my $model = create_model();
-my $window = ugtk2->new("Draknfs $version");
+my $window = ugtk2->new("DrakNFS");
$::main_window = $window->{real_window};
$window->{rwindow}->set_size_request(550, 400) unless $::isEmbedded;
$window->{rwindow}->set_position('center') if !$::isEmbedded;