[PATCH] Add menu entry for divelogs.de upload

Dirk Hohndel dirk at hohndel.org
Tue Apr 9 13:23:55 PDT 2013


subsurface at henrik.synth.no writes:

> From: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>
>
> The menu entry for upload to divelogs.de was missing. Also renamed
> the divelogs context menu entry to something less generic.
>
> +++ b/gtk-gui.c
> @@ -1565,6 +1565,7 @@ static GtkActionEntry menu_items[] = {
>  	{ "Print",          GTK_STOCK_PRINT, N_("Print..."),  CTRLCHAR "P", NULL, G_CALLBACK(do_print) },
>  	{ "ImportFile",     NULL, N_("Import File(s)..."), CTRLCHAR "I", NULL, G_CALLBACK(import_files) },
>  	{ "ExportUDDF",     NULL, N_("Export UDDF..."), NULL, NULL, G_CALLBACK(export_all_dives_uddf_cb) },
> +	{ "UploadDivelogs", NULL, N_("Upload to divelogs.de..."), NULL, NULL, G_CALLBACK(upload_all_dives_divelogs_cb) },

an entry with ... should imply that there is another dialog that
follows. That isn't the case here, right?

/D


More information about the subsurface mailing list