diff options
author | Andras Timar <atimar@suse.com> | 2011-12-26 22:34:08 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-12-26 22:38:05 +0100 |
commit | 43100964840d0a18dad8b655de2ce94ce5fa42eb (patch) | |
tree | 65ec08fd6f8685be484c81e96bbbf7e63764e4f8 /dbaccess | |
parent | b9f58ba85f698258cab36615947daeeba25724cd (diff) |
missing icons in Index Design dialog fdo#38435
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/indexdialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/indexdialog.cxx b/dbaccess/source/ui/dlg/indexdialog.cxx index 629377295d23..10d5c42c7b7f 100644 --- a/dbaccess/source/ui/dlg/indexdialog.cxx +++ b/dbaccess/source/ui/dlg/indexdialog.cxx @@ -882,7 +882,7 @@ DBG_NAME(DbaIndexDialog) { nN = IMG_INDEX_DLG_LC; } - return ImageList( nN ); + return ImageList(ModuleRes(nN)); } //------------------------------------------------------------------ void DbaIndexDialog::resizeControls(const Size& _rDiff) |