diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-02 21:02:13 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-02 21:02:13 +0000 |
commit | 35a183477333c12c32fa5457f96f3b4e16d36dfd (patch) | |
tree | e98d5c90ac40155a25e7d750ee1cc9011aacfe59 /perl-install/Xconfigurator_consts.pm | |
parent | f3c14a6848d97b18f4baac27213315b3a5f6d023 (diff) | |
download | drakx-35a183477333c12c32fa5457f96f3b4e16d36dfd.tar drakx-35a183477333c12c32fa5457f96f3b4e16d36dfd.tar.gz drakx-35a183477333c12c32fa5457f96f3b4e16d36dfd.tar.bz2 drakx-35a183477333c12c32fa5457f96f3b4e16d36dfd.tar.xz drakx-35a183477333c12c32fa5457f96f3b4e16d36dfd.zip |
no_comment
Diffstat (limited to 'perl-install/Xconfigurator_consts.pm')
-rw-r--r-- | perl-install/Xconfigurator_consts.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm index a9352cb86..6a4e6dc79 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -1,5 +1,6 @@ package Xconfigurator; +use common qw(:common); %depths = ( 8 => __("256 colors (8 bits)"), |