All code ready for mass translation

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@691 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-03-23 18:08:42 +00:00
parent f8c7c6730b
commit 346d940889
51 changed files with 1772 additions and 1773 deletions

4
aide.h
View File

@@ -36,10 +36,10 @@ void Bouton_Stats(void);
/*!
Displays and runs the "Help / About..." window
@param Section Number of the help section page to display (equals the button number the mouse was hovering for the contextual help), -1 for the main help page.
@param section Number of the help section page to display (equals the button number the mouse was hovering for the contextual help), -1 for the main help page.
@param Sous_section Help sub-section title (the page will be scrolled so this title is at the top).
*/
void Fenetre_aide(int Section, const char * Sous_section);
void Fenetre_aide(int section, const char * Sous_section);
#endif