diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-07-17 10:53:36 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-07-17 10:53:36 +0000 |
commit | a818ed0593c74735eb2e888bb09c169cf82c894f (patch) | |
tree | 9120a06b22e6fe73d379833a75a5f1a8716aa68e /Sessions/Src/Options.cpp | |
parent | d96825ee41c0e597d3b1839e30f9cf31c04d00cd (diff) |
Sessions:
using mir_* functions
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@153 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Sessions/Src/Options.cpp')
-rw-r--r-- | Sessions/Src/Options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sessions/Src/Options.cpp b/Sessions/Src/Options.cpp index 3eb91c5..3998f2d 100644 --- a/Sessions/Src/Options.cpp +++ b/Sessions/Src/Options.cpp @@ -558,7 +558,7 @@ int OptionsInit(WPARAM wparam,LPARAM lparam) {
OPTIONSDIALOGPAGE odp={0};
- odp.cbSize=sizeof(odp);
+ odp.cbSize = sizeof(odp);
odp.position=955000000;
odp.hInstance=hinstance;
odp.pszTemplate=MAKEINTRESOURCEA(IDD_OPTIONS);
|