]> git.street.me.uk Git - andy/viking.git/blobdiff - src/globals.c
Enable an optional automatic IP to location startup mode - mainly for new users to...
[andy/viking.git] / src / globals.c
index 7d6eeba86397a9801641afdd9b1de845a5635c49..6a921ebdaab4b0ae8069f391c0c991f81dc0621c 100644 (file)
@@ -111,7 +111,7 @@ static VikLayerParam prefs_advanced[] = {
   { VIK_LAYER_NUM_TYPES, VIKING_PREFERENCES_ADVANCED_NAMESPACE "create_track_tooltip", VIK_LAYER_PARAM_BOOLEAN, VIK_LAYER_GROUP_NONE, N_("Show Tooltip during Track Creation:"), VIK_LAYER_WIDGET_CHECKBUTTON, NULL, NULL, NULL, NULL },
 };
 
-static gchar * params_startup_methods[] = {N_("Home Location"), N_("Last Location"), N_("Specified File"), NULL};
+static gchar * params_startup_methods[] = {N_("Home Location"), N_("Last Location"), N_("Specified File"), N_("Auto Location"), NULL};
 
 static VikLayerParam startup_prefs[] = {
   { VIK_LAYER_NUM_TYPES, VIKING_PREFERENCES_STARTUP_NAMESPACE "restore_window_state", VIK_LAYER_PARAM_BOOLEAN, VIK_LAYER_GROUP_NONE, N_("Restore Window Setup:"), VIK_LAYER_WIDGET_CHECKBUTTON, NULL, NULL,