projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix typo in last commit
[wxWidgets.git]
/
src
/
common
/
filepickercmn.cpp
diff --git
a/src/common/filepickercmn.cpp
b/src/common/filepickercmn.cpp
index e1ff02ea92a68aba947144f769396da46d1684fb..9236761eed6e9639f7733d672fa607e2cee46dc7 100644
(file)
--- a/
src/common/filepickercmn.cpp
+++ b/
src/common/filepickercmn.cpp
@@
-74,13
+74,13
@@
bool wxFileDirPickerCtrlBase::CreateBase(wxWindow *parent,
// check that the styles are not contradictory
wxASSERT_MSG( !(HasFlag(wxFLP_SAVE) && HasFlag(wxFLP_OPEN)),
// check that the styles are not contradictory
wxASSERT_MSG( !(HasFlag(wxFLP_SAVE) && HasFlag(wxFLP_OPEN)),
-
_
T("can't specify both wxFLP_SAVE and wxFLP_OPEN at once") );
+
wx
T("can't specify both wxFLP_SAVE and wxFLP_OPEN at once") );
wxASSERT_MSG( !HasFlag(wxFLP_SAVE) || !HasFlag(wxFLP_FILE_MUST_EXIST),
wxASSERT_MSG( !HasFlag(wxFLP_SAVE) || !HasFlag(wxFLP_FILE_MUST_EXIST),
-
_
T("wxFLP_FILE_MUST_EXIST can't be used with wxFLP_SAVE" ) );
+
wx
T("wxFLP_FILE_MUST_EXIST can't be used with wxFLP_SAVE" ) );
wxASSERT_MSG( !HasFlag(wxFLP_OPEN) || !HasFlag(wxFLP_OVERWRITE_PROMPT),
wxASSERT_MSG( !HasFlag(wxFLP_OPEN) || !HasFlag(wxFLP_OVERWRITE_PROMPT),
-
_
T("wxFLP_OVERWRITE_PROMPT can't be used with wxFLP_OPEN") );
+
wx
T("wxFLP_OVERWRITE_PROMPT can't be used with wxFLP_OPEN") );
// create a wxFilePickerWidget or a wxDirPickerWidget...
m_pickerIface = CreatePicker(this, path, message, wildcard);
// create a wxFilePickerWidget or a wxDirPickerWidget...
m_pickerIface = CreatePicker(this, path, message, wildcard);