projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add the initial version of svn pre-commit hook.
[wxWidgets.git]
/
src
/
msw
/
slider.cpp
diff --git
a/src/msw/slider.cpp
b/src/msw/slider.cpp
index 5eabd63b7dc049a986d26a23867cf70c80ea0785..275f2bb9099dd9b48c4b610d071452401261cb02 100644
(file)
--- a/
src/msw/slider.cpp
+++ b/
src/msw/slider.cpp
@@
-183,7
+183,7
@@
wxSlider::Create(wxWindow *parent,
};
wxASSERT_MSG( !(style & wxSL_VERTICAL) || !(style & wxSL_HORIZONTAL),
-
_
T("incompatible slider direction and orientation") );
+
wx
T("incompatible slider direction and orientation") );
// initialize everything