Fix a compilation problem in 0.18b
Brought to you by:
janoschs
Make complains about gedialogs, line 28 :
gedialogs.c:27:35: caractčre " de terminaison manquant
gedialogs.c: Dans la fonction Ť help_about_menu ť:
gedialogs.c:28: error: erreur de syntaxe before "ge"
gedialogs.c:28:48: caractčre " de terminaison manquant
The (very simple) solution is to replace :
display_dialog("About ...",NAME " - gtk editor\n
ge comes with ABSOLUTELY NO WARRANTY - see GPL.");
By :
display_dialog("About ...",NAME " - gtk editor\nge
comes with ABSOLUTELY NO WARRANTY - see GPL.");
On a single line