Solves a linux problem compilation created by my last commit
This commit is contained in:
parent
d5193af907
commit
9b082be01a
|
@ -32,8 +32,7 @@
|
||||||
#include "bitmaps.h"
|
#include "bitmaps.h"
|
||||||
#include "Language.xpm"
|
#include "Language.xpm"
|
||||||
|
|
||||||
#ifdef __WINDOWS__
|
/* Icons for language choice (currently, used only for Windows, but needed also for linux for compilation compatibility)*/
|
||||||
/* Icons for language choice (only for Windows)*/
|
|
||||||
#include "Lang_Default.xpm"
|
#include "Lang_Default.xpm"
|
||||||
#include "Lang_En.xpm"
|
#include "Lang_En.xpm"
|
||||||
#include "Lang_Es.xpm"
|
#include "Lang_Es.xpm"
|
||||||
|
@ -48,7 +47,6 @@
|
||||||
#include "Lang_Ru.xpm"
|
#include "Lang_Ru.xpm"
|
||||||
#include "Lang_Catalan.xpm"
|
#include "Lang_Catalan.xpm"
|
||||||
#include "Lang_chinese.xpm"
|
#include "Lang_chinese.xpm"
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#define FONT_DEFAULT_SIZE 10 /* Default font size.
|
#define FONT_DEFAULT_SIZE 10 /* Default font size.
|
||||||
|
|
Loading…
Reference in New Issue