]> git.street.me.uk Git - andy/viking.git/blobdiff - src/main.c
Larger waypoint symbols
[andy/viking.git] / src / main.c
index d9427c36703f597fef6e5a72c8b447e411f1adab..017b27ab7f60cde9e0ea6845ee061c2a1d696893 100644 (file)
@@ -113,6 +113,7 @@ static void open_window ( VikWindow *vw, const gchar **files )
 /* Options */
 static GOptionEntry entries[] = 
 {
+  { "small_waypoint", 's', 0, G_OPTION_ARG_NONE, &vik_use_small_wp_icons, N_("Use smaller symbols for waypoints"), NULL },
   { "debug", 'd', 0, G_OPTION_ARG_NONE, &vik_debug, N_("Enable debug output"), NULL },
   { "verbose", 'V', 0, G_OPTION_ARG_NONE, &vik_verbose, N_("Enable verbose output"), NULL },
   { "version", 'v', 0, G_OPTION_ARG_NONE, &vik_version, N_("Show version"), NULL },