]> git.saurik.com Git - apt-legacy.git/blobdiff - cmdline/apt-cdrom.cc
I am sick of that Package: error.
[apt-legacy.git] / cmdline / apt-cdrom.cc
index 3e5a1a7eee99a64c579171653da1c7a48c5a4fbd..379a433ea3fd000908bd236be7962b790510b8eb 100644 (file)
@@ -135,8 +135,8 @@ bool DoIdent(CommandLine &)
 /* */
 int ShowHelp()
 {
-   ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
-           COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
+   ioprintf(cout,_("%s %s for %s compiled on %s %s\n"),PACKAGE,VERSION,
+           COMMON_ARCH,__DATE__,__TIME__);
    if (_config->FindB("version") == true)
       return 0;
    
@@ -188,7 +188,7 @@ int main(int argc,const char *argv[])
 
    // Set up gettext support
    setlocale(LC_ALL,"");
-   //textdomain(PACKAGE);
+   textdomain(PACKAGE);
 
    // Parse the command line and initialize the package library
    CommandLine CmdL(Args,_config);