summaryrefslogtreecommitdiff
path: root/Sessions/Src/Options.cpp
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-07-17 10:53:36 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-07-17 10:53:36 +0000
commita818ed0593c74735eb2e888bb09c169cf82c894f (patch)
tree9120a06b22e6fe73d379833a75a5f1a8716aa68e /Sessions/Src/Options.cpp
parentd96825ee41c0e597d3b1839e30f9cf31c04d00cd (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.cpp2
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);