]> git.tdb.fi Git - r2c2.git/blobdiff - source/shoppinglist/main.cpp
Replace various map lookups with functions from maputils.h
[r2c2.git] / source / shoppinglist / main.cpp
index 8390a264bad8acccfdf4ed1f32b0297c750c2a71..ff281e6e4a7be4f93574b4923cb56cd7b728a807 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #include <map>
 #include <msp/core/application.h>
 #include <msp/core/getopt.h>
@@ -141,6 +134,7 @@ ShoppingList::LayoutLoader::LayoutLoader(ShoppingList &s):
        add("track", &LayoutLoader::track);
        add("base");
        add("route");
+       add("zone");
 }
 
 void ShoppingList::LayoutLoader::track(ArticleNumber art_nr)