projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d1e89d
)
give (hopefully) more clear error message
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 30 Sep 2001 22:30:59 +0000
(22:30 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 30 Sep 2001 22:30:59 +0000
(22:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11758
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/window.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/window.cpp
b/src/msw/window.cpp
index 5f1c7649413717bd6b868b0fd38112f37cfc68c3..aa47fded2486d711cec8e44735bb57d271958413 100644
(file)
--- a/
src/msw/window.cpp
+++ b/
src/msw/window.cpp
@@
-2868,8
+2868,7
@@
bool wxWindowMSW::MSWCreate(int id,
if ( !m_hWnd )
{
- wxLogError(_("Can't create window of class %s!\nPossible Windows 3.x compatibility problem?"),
- wclass);
+ wxLogSysError(_("Can't create window of class %s"), wclass);
return FALSE;
}