diff Gui/skin/skin.c @ 18335:5766a9d21992

Rename some misspelled and misnamed messages.
author diego
date Fri, 28 Apr 2006 23:06:42 +0000
parents 9a5a62f480e6
children 08888397444e
line wrap: on
line diff
--- a/Gui/skin/skin.c	Fri Apr 28 21:37:01 2006 +0000
+++ b/Gui/skin/skin.c	Fri Apr 28 23:06:42 2006 +0000
@@ -90,7 +90,7 @@
    case -5: ERRORMESSAGE( MSGTR_SKIN_BITMAP_PNGReadError,fname ); break;
    case -6: ERRORMESSAGE( MSGTR_SKIN_BITMAP_RLENotSupported,fname ); break;
    case -7: ERRORMESSAGE( MSGTR_SKIN_BITMAP_UnknownFileType,fname ); break;
-   case -8: ERRORMESSAGE( MSGTR_SKIN_BITMAP_ConvertError,fname ); break;
+   case -8: ERRORMESSAGE( MSGTR_SKIN_BITMAP_ConversionError,fname ); break;
   }
  return i;
 }