diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2012-06-03 19:20:16 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2012-06-03 19:20:16 +0000 |
commit | b0839ba24d23cfc449a0ebb0f99d8c54aadebb00 (patch) | |
tree | a6775e67848bf9be148ddee9cd59a829c2c42769 | |
parent | 7a58a2589b6950465208f78d1c08ce7756363d74 (diff) |
2012 => $TeXLive::TLConfig::ReleaseYear + (C) years
git-svn-id: svn://tug.org/texlive/trunk@26815 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf/scripts/texlive/uninstall-win32.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/uninstall-win32.pl b/Master/texmf/scripts/texlive/uninstall-win32.pl index 20be624acfa..7cc60f5223b 100644 --- a/Master/texmf/scripts/texlive/uninstall-win32.pl +++ b/Master/texmf/scripts/texlive/uninstall-win32.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # $Id$ -# Copyright 2008, 2010, 2011 Norbert Preining +# Copyright 2008, 2010, 2011, 2012 Norbert Preining # # GUI for tlmgr @@ -21,12 +21,12 @@ use TeXLive::TLUtils; use Tk; use Tk::Dialog; -my $mw = MainWindow->new(-title => "remove tlmgr 2012"); +my $mw = MainWindow->new(-title => "remove tlmgr $TeXLive::TLConfig::ReleaseYear"); my $f = $mw->Frame; my $lab = $f->Label( # -justify => 'left', - -text => "Do you really want to remove TeX Live 2012?"); + -text => "Do you really want to remove TeX Live $TeXLive::TLConfig::ReleaseYear?"); $lab->pack(-side => "left", -padx => "12", -pady => "6"); $f->pack(# -padx => "10m", |