]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/exec/exec.cpp
added a period at the end of a sentence (test commit, really)
[wxWidgets.git] / samples / exec / exec.cpp
index ee51fbdf7430b5f3ff86e6f3d8ad96663464a7f7..aa86ac198f85125bbcaa40a6933b247e0c722ca7 100644 (file)
@@ -879,7 +879,7 @@ static bool AskUserForFileName()
     wxString filename;
 
 #if wxUSE_FILEDLG
-    filename = wxLoadFileSelector(_T("any file"), wxEmptyString, gs_lastFile);
+    filename = wxLoadFileSelector(_T("any"), wxEmptyString, gs_lastFile);
 #else // !wxUSE_FILEDLG
     filename = wxGetTextFromUser(_T("Enter the file name"), _T("exec sample"),
                                  gs_lastFile);