]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/hashmap.cpp
Allow to specify the title used by wxPreferencesEditor window.
[wxWidgets.git] / src / common / hashmap.cpp
index cf0343ed38c22614c79d16491bd50e4ddb2d652c..66f14e5815320eb9237e82135b4fb140fff23433 100644 (file)
@@ -70,7 +70,7 @@ unsigned long _wxHashTableBase2::GetNextPrime( unsigned long n )
     }
 
     /* someone might try to alloc a 2^32-element hash table */
-    wxFAIL_MSG( _T("hash table too big?") );
+    wxFAIL_MSG( wxT("hash table too big?") );
 
     /* quiet warning */
     return 0;