projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added wxGraphicsContext::Create(const wxEnhMetaFileDC& dc) so that wxPrintPreview...
[wxWidgets.git]
/
include
/
wx
/
vlbox.h
diff --git
a/include/wx/vlbox.h
b/include/wx/vlbox.h
index 9556033827da85a2fec7520f31c350e6e3f80215..96ab2bde6f3da88a98a3f7c5abe863fea0cb374d 100644
(file)
--- a/
include/wx/vlbox.h
+++ b/
include/wx/vlbox.h
@@
-85,7
+85,7
@@
public:
int GetSelection() const
{
wxASSERT_MSG( !HasMultipleSelection(),
int GetSelection() const
{
wxASSERT_MSG( !HasMultipleSelection(),
-
_
T("GetSelection() can't be used with wxLB_MULTIPLE") );
+
wx
T("GetSelection() can't be used with wxLB_MULTIPLE") );
return m_current;
}
return m_current;
}