diff options
author | damien <damien@mandriva.com> | 2001-03-29 11:52:15 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-03-29 11:52:15 +0000 |
commit | af42b64f6f1abedd85955d82ff7772a1e2be446c (patch) | |
tree | 9926fdecb79dd2686910fe8521a9e8467517d1eb /perl-install | |
parent | 2a24e61d7f689e71b3405ac57ebdeef1706decd2 (diff) | |
download | drakx-backup-do-not-use-af42b64f6f1abedd85955d82ff7772a1e2be446c.tar drakx-backup-do-not-use-af42b64f6f1abedd85955d82ff7772a1e2be446c.tar.gz drakx-backup-do-not-use-af42b64f6f1abedd85955d82ff7772a1e2be446c.tar.bz2 drakx-backup-do-not-use-af42b64f6f1abedd85955d82ff7772a1e2be446c.tar.xz drakx-backup-do-not-use-af42b64f6f1abedd85955d82ff7772a1e2be446c.zip |
updated for new wiz png policy
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakgw | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 866af8ee2..7bda1d6cf 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -33,6 +33,7 @@ local $_ = join '', @ARGV; /-h/ and die "usage: drakgw [--version]\n"; /-version/ and die 'version: $Id$ '."\n"; $::isEmbedded or $::isWizard = 1; +$::Wizard_pix_up = "wiz_drakgw.png"; $::direct = /-direct/; @@ -592,6 +593,9 @@ sub quit_global { #------------------------------------------------- #- $Log$ +#- Revision 1.30 2001/03/29 11:52:15 damien +#- updated for new wiz png policy +#- #- Revision 1.29 2001/03/26 15:29:01 gc #- first attempt at pixelization of code (till's cups patches) #- |