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 | df3baf66cbd371d9da22a62dcc36c68da18e88c1 (patch) | |
| tree | f9ef45ca0d3046bce645a6fb3e8eebd649035e70 /binutils/rcparse.y | |
| parent | 9c5382a023840796fac4203aec1d070bee466fcd (diff) | |
| download | ppe42-binutils-df3baf66cbd371d9da22a62dcc36c68da18e88c1.tar.gz ppe42-binutils-df3baf66cbd371d9da22a62dcc36c68da18e88c1.zip | |
Apply patch from Bernd Herd to fix quoted class definitions inside dialogs.
Diffstat (limited to 'binutils/rcparse.y')
| -rw-r--r-- | binutils/rcparse.y | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/rcparse.y b/binutils/rcparse.y index 152c8ee308..3b8726a9be 100644 --- a/binutils/rcparse.y +++ b/binutils/rcparse.y @@ -425,6 +425,10 @@ styles: { dialog.exstyle = $3; } + | styles CLASS QUOTEDSTRING + { + res_string_to_id (& dialog.class, $3); + } | styles FONT numexpr ',' QUOTEDSTRING { dialog.style |= DS_SETFONT; |

