X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/a58aaed47ff23aa3e607fd2d9583d3345ae6453a..8f661d805260d5e9540afe6111a86d1e1afc0d90:/src/main.c?ds=sidebyside diff --git a/src/main.c b/src/main.c index 0c9e0324..017b27ab 100644 --- a/src/main.c +++ b/src/main.c @@ -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 }, @@ -181,7 +182,7 @@ int main( int argc, char *argv[] ) #endif /* Set the icon */ - main_icon = gdk_pixbuf_from_pixdata(&viking_icon_pixbuf, FALSE, NULL); + main_icon = gdk_pixbuf_from_pixdata(&viking_pixbuf, FALSE, NULL); gtk_window_set_default_icon(main_icon); /* Create the first window */