From: Kaj-Michael Lang Date: Fri, 19 Oct 2007 14:05:32 +0000 (+0300) Subject: WITH_OSSO -> WITH_OSSO_HELP X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b761b07c7c09f344ae426212b22b8161bbb5a3f;p=mapper WITH_OSSO -> WITH_OSSO_HELP --- diff --git a/src/map-repo.c b/src/map-repo.c index 74fb4f1..2480e95 100644 --- a/src/map-repo.c +++ b/src/map-repo.c @@ -567,7 +567,7 @@ repoman_dialog() GTK_DIALOG_MODAL, GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, NULL); -#ifdef WITH_OSSO +#ifdef WITH_OSSO_HELP /* Enable the help button. */ ossohelp_dialog_help_enable(GTK_DIALOG(rmi.dialog), HELP_ID_REPOMAN, _osso); @@ -983,7 +983,7 @@ gboolean menu_cb_mapman(GtkAction * action) GTK_RESPONSE_ACCEPT, NULL); /* Enable the help button. */ -#ifdef WITH_OSSO +#ifdef WITH_OSSO_HELP ossohelp_dialog_help_enable(GTK_DIALOG(mapman_info.dialog), HELP_ID_MAPMAN, _osso); #endif diff --git a/src/poi-gui.c b/src/poi-gui.c index 167695a..9aa0a63 100644 --- a/src/poi-gui.c +++ b/src/poi-gui.c @@ -293,7 +293,7 @@ category_list() GTK_DIALOG_MODAL, GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, NULL); -#ifdef WITH_OSSO +#ifdef WITH_OSSO_HELP /* Enable the help button. */ ossohelp_dialog_help_enable(GTK_DIALOG(dialog), HELP_ID_POICAT, _osso); #endif