Polish = PL

This commit is contained in:
f3nix 2008-04-18 18:15:59 +00:00
parent 1547987157
commit d5193af907
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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" )
},
{