fix for [#7430] No way to back out of a PupStrInput() dialog

This commit is contained in:
2008-04-19 11:44:09 +00:00
parent 8a888dbdc7
commit c870ed1236
2 changed files with 14 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ int okee (char *fmt, ...);
short button (short *var, short min, short max, char *str);
short fbutton (float *var, float min, float max, float a1, float a2, char *str);
short sbutton (char *var, float min, float max, char *str); /* __NLA */
short sbutton (char *var, short min, short max, char *str); /* __NLA */
int movetolayer_buts (unsigned int *lay, char *title);
int movetolayer_short_buts (short *lay, char *title);