Missed this file. Having a shocker today...

svn path=/trunk/; revision=69618
This commit is contained in:
Ged Murphy 2015-10-19 11:17:14 +00:00
parent e7e344882f
commit fd2dad4bcd

View file

@ -20,6 +20,7 @@ IDB_ROOT_IMAGE BITMAP "resources/root.bmp"
/* main toolbar icons */
IDB_TOOLBAR BITMAP DISCARDABLE "resources/toolbar.bmp"
/* UTF-8 */
#pragma code_page(65001)
@ -41,6 +42,9 @@ IDB_TOOLBAR BITMAP DISCARDABLE "resources/toolbar.bmp"
#ifdef LANGUAGE_ES_ES
#include "lang/es-ES.rc"
#endif
#ifdef LANGUAGE_HE_IL
#include "lang/he-IL.rc"
#endif
#ifdef LANGUAGE_FR_FR
#include "lang/fr-FR.rc"
#endif
@ -56,24 +60,27 @@ IDB_TOOLBAR BITMAP DISCARDABLE "resources/toolbar.bmp"
#ifdef LANGUAGE_NB_NO
#include "lang/no-NO.rc"
#endif
#ifdef LANGUAGE_PT_BR
#include "lang/pt-BR.rc"
#endif
#ifdef LANGUAGE_SK_SK
#include "lang/sk-SK.rc"
#endif
// UTF-8
#pragma code_page(65001)
#ifdef LANGUAGE_PL_PL
#include "lang/pl-PL.rc"
#endif
#ifdef LANGUAGE_PT_BR
#include "lang/pt-BR.rc"
#endif
#ifdef LANGUAGE_RO_RO
#include "lang/ro-RO.rc"
#endif
#ifdef LANGUAGE_RU_RU
#include "lang/ru-RU.rc"
#endif
#ifdef LANGUAGE_SK_SK
#include "lang/sk-SK.rc"
#endif
#ifdef LANGUAGE_SQ_AL
#include "lang/sq-AL.rc"
#endif
#ifdef LANGUAGE_TR_TR
#include "lang/tr-TR.rc"
#endif
#ifdef LANGUAGE_UK_UA
#include "lang/uk-UA.rc"
#endif