Use PROGNAME_BROWSER for browser(1)
This commit is contained in:
parent
b092cf04c7
commit
e1a29c0f72
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user