]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filename.h
Fix links to wxArtClient and wxArtID in the generated documentation.
[wxWidgets.git] / interface / wx / filename.h
index 1b098a6acbf9937f226beca225453d03c6bdcbe4..0e78b2d38fa7933ff004c1ce0e0b8061afbb0311 100644 (file)
@@ -37,14 +37,14 @@ enum wxPathFormat
 */
 enum wxSizeConvention
 {
-    /// 1000 bytes = 1KiB.
+    /// 1024 bytes = 1KB.
+    wxSIZE_CONV_TRADITIONAL,
+
+    /// 1024 bytes = 1KiB.
     wxSIZE_CONV_IEC,
 
     /// 1000 bytes = 1KB.
-    wxSIZE_CONV_SI,
-
-    /// 1024 bytes = 1KB.
-    wxSIZE_CONV_TRADITIONAL
+    wxSIZE_CONV_SI
 };