]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/settings.cpp
Dtor for wxHtmlCell
[wxWidgets.git] / src / os2 / settings.cpp
index 6d29e973e844e03e621bf38e101daa0ad9e24f20..5e94ed37e135f345640818cae53a617fe4c2f120 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        settings.cpp
+// Name:        src/os2/settings.cpp
 // Purpose:     wxSettings
 // Author:      David Webster
 // Modified by:
@@ -62,7 +62,7 @@ wxArrayString wxSystemSettingsModule::sm_optionValues;
 
 bool wxSystemSettingsModule::OnInit()
 {
-    return TRUE;
+    return true;
 }
 
 void wxSystemSettingsModule::OnExit()
@@ -287,6 +287,9 @@ int wxSystemSettingsNative::GetMetric( wxSystemMetric index,
         // TODO case wxSYS_PENWINDOWS_PRESENT:
         // TODO case wxSYS_SHOW_SOUNDS:
         // TODO case wxSYS_SWAP_BUTTONS:
+
+        default:
+            break;
     }
     return -1;  // unsupported metric
 }