]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-main.cc
add insecure (and weak) allow-options for sources.list
[apt.git] / apt-private / private-main.cc
index 5a5940b7ea39b30de43e3d16914e6bc030ef3472..60ba422b6802906269c2069656f7e90b77c46878 100644 (file)
@@ -29,12 +29,12 @@ void InitLocale(APT_CMD const binary)                               /*{{{*/
       case APT_CMD::APT_CACHE:
       case APT_CMD::APT_CDROM:
       case APT_CMD::APT_CONFIG:
+      case APT_CMD::APT_DUMP_SOLVER:
       case APT_CMD::APT_HELPER:
       case APT_CMD::APT_GET:
       case APT_CMD::APT_MARK:
         textdomain("apt");
         break;
-      case APT_CMD::APT_DUMP_SOLVER:
       case APT_CMD::APT_EXTRACTTEMPLATES:
       case APT_CMD::APT_FTPARCHIVE:
       case APT_CMD::APT_INTERNAL_SOLVER: