Apply patch from Bernd Herd to fix quoted class definitions inside dialogs.

This commit is contained in:
Nick Clifton
2002-04-09 15:21:01 +00:00
parent 9c5382a023
commit df3baf66cb
5 changed files with 32 additions and 6 deletions

View File

@ -0,0 +1,8 @@
// parse-only
101 DIALOG DISCARDABLE 0, 0, 186, 95
CLASS "myclass"
BEGIN
DEFPUSHBUTTON "OK",1,129,7,50,14
END