]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stopwatch.h
No real changes, just use ProgID term instead of incorrect CLSID.
[wxWidgets.git] / include / wx / stopwatch.h
index 583c75a495242563f9db20f11fc9c3e54746437e..325722a8921cd0f18fe866bea3d5bc4d2b99e861 100644 (file)
@@ -40,7 +40,7 @@ public:
     void Resume()
     {
         wxASSERT_MSG( m_pauseCount > 0,
-                      _T("Resuming stop watch which is not paused") );
+                      wxT("Resuming stop watch which is not paused") );
 
         if ( --m_pauseCount == 0 )
             Start(m_pause);