Bug #6952 2006-04-02 17:16
netzmeister
Wrong Variable Name in Template "win32-main.cpp"
Hello,
i hope this is the right place for a little "bug" like this..
In Template "win32-main.cpp" there is a Variable named "FunsterStil". I think it should be named "FensterStil" (german) or the better one "WindowStyle" (english).
cu netzmeister
- Category
- Plugin::Any
- Group
- Status
- Closed
- Close date
- 2006-04-25 18:57
- Assigned to
History
kkez 2006-04-06 20:38
It should be used inside the ShowWindow function, so it's not a style, but a show command, so it should be called showCommand.
But, anyway, is this really important? I don't think so :)
thomasdenk 2006-04-25 18:57
Hmm... the compiler did not complain about it :)
Very well. I renamed it to nCmdShow, which is the official name according to MSDN.