diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-05 03:27:53 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-05 03:27:53 +0000 |
commit | d2dbae51dcfbca2f1e86421cee9f1fe44fe3d0de (patch) | |
tree | 83527c88c9017322f62e0435e3d7a52c07629e30 /worldtime_protocol/options.cpp | |
parent | e1b147413b7631b0ff725253eacdbb601f3bab36 (diff) |
Translation fixes
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@492 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'worldtime_protocol/options.cpp')
-rw-r--r-- | worldtime_protocol/options.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/worldtime_protocol/options.cpp b/worldtime_protocol/options.cpp index dc5cb15..32d8ecb 100644 --- a/worldtime_protocol/options.cpp +++ b/worldtime_protocol/options.cpp @@ -291,7 +291,6 @@ int OptInit(WPARAM wParam,LPARAM lParam) odp.pszTitle = "World Time";
odp.pszGroup = "Plugins";
odp.flags = ODPF_BOLDGROUPS;
- odp.nIDBottomSimpleControl = IDC_PPM;
odp.pfnDlgProc = DlgProcOpts;
CallService( MS_OPT_ADDPAGE, wParam,( LPARAM )&odp );
|