diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-10-02 14:03:34 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-10-02 14:03:34 +0200 |
commit | 2bc146e36e0b7461821e192a3a0134fc1f5bd8f2 (patch) | |
tree | 9a39d613334080be74981a7efe92a79d206d1bb6 /tools/source | |
parent | 555e05338a62f551b5e018bd12e6b7a9a52f3e5d (diff) |
CWS changehid: another typo in control names
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/rc/resmgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index a8dfda98f9cf..44ea4024f211 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -1852,7 +1852,7 @@ rtl::OString ResMgr::GetAutoHelpId() case RSC_CHECKBOX: aHID.append( "CheckBox" ); break; case RSC_TRISTATEBOX: aHID.append( "TriStateBox" ); break; case RSC_EDIT: aHID.append( "Edit" ); break; - case RSC_MULTILINEEDIT: aHID.append( "MultilineEdit" ); break; + case RSC_MULTILINEEDIT: aHID.append( "MultiLineEdit" ); break; case RSC_MULTILISTBOX: aHID.append( "MultiListBox" ); break; case RSC_LISTBOX: aHID.append( "ListBox" ); break; case RSC_COMBOBOX: aHID.append( "ComboBox" ); break; |