Menu

#1 Fix a compilation problem in 0.18b

open
nobody
None
5
2004-04-22
2004-04-22
nojhan
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.