Use PROGNAME_BROWSER for browser(1)

This commit is contained in:
Pierre Pronchery 2018-10-26 19:03:31 -03:00
parent b092cf04c7
commit e1a29c0f72

View File

@ -36,8 +36,8 @@
#define N_(string) (string) #define N_(string) (string)
/* constants */ /* constants */
#ifndef PROGNAME #ifndef PROGNAME_BROWSER
# define PROGNAME "browser" # define PROGNAME_BROWSER "browser"
#endif #endif
@ -619,6 +619,6 @@ static void _browserwindow_on_help_contents(gpointer data)
{ {
(void) data; (void) data;
desktop_help_contents(PACKAGE, PROGNAME); desktop_help_contents(PACKAGE, PROGNAME_BROWSER);
} }
#endif #endif