Removed print.cpp, added tokenizr.tex

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-01-24 15:23:54 +00:00
parent 36b3b54ad8
commit d134d2d49f
8 changed files with 53 additions and 100 deletions

View File

@@ -236,7 +236,7 @@ int wxFileDialog::ShowModal(void)
*/
//=======================================================================
wxString theFilter = ( Strlen(m_wildCard) == 0 ) ? "*.*" : m_wildCard;
wxString theFilter = ( Strlen(m_wildCard) == 0 ) ? wxString("*.*") : m_wildCard;
wxString filterBuffer;
if ( !strchr( theFilter, '|' ) ) { // only one filter ==> default text