(source code) Fixed mistranslation of Select_button / Unselect_button

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@765 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-05-02 18:27:05 +00:00
parent 358b0ea076
commit cfb323cdf0
9 changed files with 69 additions and 69 deletions

2
main.c
View File

@@ -622,7 +622,7 @@ int Init_program(int argc,char * argv[])
Init_sighandler();
// Le programme débute en mode de dessin à la main
Unselect_button(BUTTON_DRAW,LEFT_SIDE);
Select_button(BUTTON_DRAW,LEFT_SIDE);
// On initialise la brosse initiale à 1 pixel blanc:
Brush_width=1;