diff options
author | Nick Clifton <nickc@redhat.com> | 2002-04-09 15:21:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-04-09 15:21:01 +0000 |
commit | 982c2a898b428a5cfe07aef5fa40377a146b4103 (patch) | |
tree | 45e67e4a43c0c4e7a9e344690e9bd12dbae1ed8b /binutils/testsuite/binutils-all/windres | |
parent | 15bc924d1c9bfe7f9d3a96e7035afc0712445ddd (diff) | |
download | binutils-redhat-982c2a898b428a5cfe07aef5fa40377a146b4103.tar.gz |
Apply patch from Bernd Herd to fix quoted class definitions inside dialogs.
Diffstat (limited to 'binutils/testsuite/binutils-all/windres')
-rw-r--r-- | binutils/testsuite/binutils-all/windres/quoteclass.rc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/windres/quoteclass.rc b/binutils/testsuite/binutils-all/windres/quoteclass.rc new file mode 100644 index 0000000000..c1f98e19e0 --- /dev/null +++ b/binutils/testsuite/binutils-all/windres/quoteclass.rc @@ -0,0 +1,8 @@ +// parse-only + +101 DIALOG DISCARDABLE 0, 0, 186, 95 +CLASS "myclass" +BEGIN + DEFPUSHBUTTON "OK",1,129,7,50,14 +END + |