Changed all the remaining OEM characters in the source code into Windows-1252.
Except in aide.c, because the strings are printed with an OEM font. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@175 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
2
shade.c
2
shade.c
@@ -430,7 +430,7 @@ int Menu_Shade(void)
|
||||
Buffer_Undo =(word *)malloc(512*sizeof(word));
|
||||
Pointeur_temp=(word *)malloc(512*sizeof(word));
|
||||
|
||||
// Ouverture de la fenˆtre du menu
|
||||
// Ouverture de la fenêtre du menu
|
||||
Ouvrir_fenetre(310,190,"Shade");
|
||||
|
||||
// Déclaration & tracé du bouton de palette
|
||||
|
||||
Reference in New Issue
Block a user