Update "About" dialog.
This commit is contained in:
parent
9ba92600cb
commit
950422e63f
@ -1 +1 @@
|
|||||||
129,українська
|
129,Українська
|
@ -25,7 +25,7 @@
|
|||||||
#define VER_LAMEXP_MAJOR 4
|
#define VER_LAMEXP_MAJOR 4
|
||||||
#define VER_LAMEXP_MINOR_HI 0
|
#define VER_LAMEXP_MINOR_HI 0
|
||||||
#define VER_LAMEXP_MINOR_LO 1
|
#define VER_LAMEXP_MINOR_LO 1
|
||||||
#define VER_LAMEXP_BUILD 327
|
#define VER_LAMEXP_BUILD 328
|
||||||
#define VER_LAMEXP_SUFFIX Beta-1
|
#define VER_LAMEXP_SUFFIX Beta-1
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -55,12 +55,13 @@ static const struct
|
|||||||
}
|
}
|
||||||
g_lamexp_contributors[] =
|
g_lamexp_contributors[] =
|
||||||
{
|
{
|
||||||
{"en", L"Englisch", L"LoRd_MuldeR", "MuldeR2@GMX.de" },
|
{"en", L"Englisch", L"LoRd_MuldeR", "MuldeR2@GMX.de" },
|
||||||
{"de", L"Deutsch", L"LoRd_MuldeR", "MuldeR2@GMX.de" },
|
{"de", L"Deutsch", L"LoRd_MuldeR", "MuldeR2@GMX.de" },
|
||||||
{"fr", L"Française", L"Dodich Informatique", "Dodich@live.fr" },
|
{"fr", L"Française", L"Dodich Informatique", "Dodich@live.fr" },
|
||||||
{"it", L"Italiano", L"Roberto", "Gulliver_69@libero.it"},
|
{"it", L"Italiano", L"Roberto", "Gulliver_69@libero.it"},
|
||||||
{"es", L"Español", L"Rub3nCT", "Rub3nCT@gmail.com" },
|
{"es", L"Español", L"Rub3nCT", "Rub3nCT@gmail.com" },
|
||||||
{"ru", L"русский", L"Neonailol", "Neonailol@gmail.com" },
|
{"ru", L"Русский", L"Neonailol", "Neonailol@gmail.com" },
|
||||||
|
{"uk", L"Українська", L"Arestarh", "arestarh@ukr.net" },
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user