kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #01652
r1214 build error
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"tomas.modeer" <tomas.modeer@...>
-
Date:
Mon, 25 Aug 2008 14:02:46 -0000
-
User-agent:
eGroups-EW/0.82
The size of the language array in common/edaappl.cpp is wrong, having
them in a static array is perhaps not the best solution.
/tomas
Index: common/edaappl.cpp
===================================================================
--- common/edaappl.cpp (revision 1214)
+++ common/edaappl.cpp (working copy)
@@ -53,7 +53,7 @@
bool m_DoNotTranslate; // set to
true if the m_Lang_Label must not be translated
};
-#define LANGUAGE_DESCR_COUNT 15
+#define LANGUAGE_DESCR_COUNT 16
static struct LANGUAGE_DESCR s_Language_List[LANGUAGE_DESCR_COUNT] =
{
{
Follow ups