]> git.saurik.com Git - apt-legacy.git/blobdiff - cmdline/apt-sortpkgs.cc
Numerous fundamental performance improvements for APT.
[apt-legacy.git] / cmdline / apt-sortpkgs.cc
index 8bb5c56f49cbce077d5dbb54292c7f95b2d3f8d2..7b2a74aed2b0f38133734df88ec4fd88d3fe4b13 100644 (file)
@@ -174,7 +174,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);