diff options
author | George Hazan <ghazan@miranda.im> | 2016-10-29 17:32:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-10-29 17:32:02 +0300 |
commit | 55e72960be3926e041ac0baf00559ba46f59bba0 (patch) | |
tree | b773ec79838ef3dd89b01462397ef245de116468 /plugins/Dropbox/src/dropbox_options.cpp | |
parent | c5f129e3645b4cd736935e3ae8a29e1c4a195380 (diff) |
unneeded macros removed
Diffstat (limited to 'plugins/Dropbox/src/dropbox_options.cpp')
-rw-r--r-- | plugins/Dropbox/src/dropbox_options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/dropbox_options.cpp b/plugins/Dropbox/src/dropbox_options.cpp index fd60a14f3f..142a22b407 100644 --- a/plugins/Dropbox/src/dropbox_options.cpp +++ b/plugins/Dropbox/src/dropbox_options.cpp @@ -152,7 +152,7 @@ void CDropboxOptionsInterception::OnApply() int CDropbox::OnOptionsInitialized(WPARAM wParam, LPARAM)
{
OPTIONSDIALOGPAGE odp = { 0 };
- odp.szTitle.w = MODULEW;
+ odp.szTitle.w = _A2W(MODULE);
odp.flags = ODPF_BOLDGROUPS | ODPF_UNICODE | ODPF_DONTTRANSLATE;
odp.szGroup.w = LPGENW("Network");
|