X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/221ed5767f7ef4d51b0bbef50ec9f53edfaa46f2..bd9cd5343b90490e914604eca95f2e07ba8fd072:/src/gtk1/settings.cpp?ds=sidebyside

diff --git a/src/gtk1/settings.cpp b/src/gtk1/settings.cpp
index 5bcfff6c21..9aed45b5a9 100644
--- a/src/gtk1/settings.cpp
+++ b/src/gtk1/settings.cpp
@@ -349,7 +349,9 @@ int wxSystemSettingsNative::GetMetric( wxSystemMetric index )
         // VZ: is there any way to get the cursor size with GDK?
         case wxSYS_CURSOR_X:   return 16;
         case wxSYS_CURSOR_Y:   return 16;
-
+        // MBN: ditto for icons
+        case wxSYS_ICON_X:     return 32;
+        case wxSYS_ICON_Y:     return 32;
         default:               
             wxFAIL_MSG( wxT("wxSystemSettings::GetMetric not fully implemented") );
             return 0;