diff --git a/common/bitmaps/Lang_Po.xpm b/common/bitmaps/Lang_Pl.xpm similarity index 91% rename from common/bitmaps/Lang_Po.xpm rename to common/bitmaps/Lang_Pl.xpm index f184987805..a513afb532 100644 --- a/common/bitmaps/Lang_Po.xpm +++ b/common/bitmaps/Lang_Pl.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * lang_po_xpm[] = { +static const char * lang_pl_xpm[] = { "16 16 4 1", " c None", ". c #000000", diff --git a/common/edaappl.cpp b/common/edaappl.cpp index 5d40d309c0..698c4985f7 100644 --- a/common/edaappl.cpp +++ b/common/edaappl.cpp @@ -43,7 +43,7 @@ #include "Lang_De.xpm" #include "Lang_Sl.xpm" #include "Lang_Hu.xpm" -#include "Lang_Po.xpm" +#include "Lang_Pl.xpm" #include "Lang_Ko.xpm" #include "Lang_Ru.xpm" #include "Lang_Catalan.xpm" @@ -132,7 +132,7 @@ static struct LANGUAGE_DESCR s_Language_List[LANGUAGE_DESCR_COUNT] = { wxLANGUAGE_POLISH, ID_LANGUAGE_POLISH, - lang_po_xpm, + lang_pl_xpm, _( "Polish" ) }, {