Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
92e96a10
Commit
92e96a10
authored
Feb 07, 2010
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added Finnish selection in language list menu
parent
f03bee4b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
44 additions
and
0 deletions
+44
-0
CMakeLists.txt
bitmaps/CMakeLists.txt
+1
-0
Lang_Fi.xpm
bitmaps/Lang_Fi.xpm
+33
-0
edaappl.cpp
common/edaappl.cpp
+8
-0
bitmaps.h
include/bitmaps.h
+1
-0
id.h
include/id.h
+1
-0
No files found.
bitmaps/CMakeLists.txt
View file @
92e96a10
...
...
@@ -181,6 +181,7 @@ set(BITMAP_SRCS
Lang_En.xpm
Lang_Es.xpm
Lang_Fr.xpm
Lang_Fi.xpm
Lang_Hu.xpm
Lang_It.xpm
Lang_Ko.xpm
...
...
bitmaps/Lang_Fi.xpm
0 → 100644
View file @
92e96a10
/* XPM */
const char * lang_fi_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 11 1",
": c none",
" c #FFFFFF",
"X c #003580",
"@ c #ACBDD5",
"O c #B1C1D8",
"o c #F7F9FB",
"% c #95ABCB",
"# c #9AAFCD",
"+ c #466CA3",
"$ c #3D659E",
". c #6585B2",
/* pixels */
"::::::::::::::::",
"::::::::::::::::",
"::::::::::::::::",
" .XXo ",
" .XXo ",
" .XXo ",
"OOOO+XX@OOOOOOOO",
"XXXXXXXXXXXXXXXX",
"XXXXXXXXXXXXXXXX",
"####$XX%########",
" .XXo ",
" .XXo ",
" .XXo ",
"::::::::::::::::",
"::::::::::::::::",
"::::::::::::::::"
};
common/edaappl.cpp
View file @
92e96a10
...
...
@@ -112,6 +112,14 @@ static struct LANGUAGE_DESCR s_Language_List[] =
_
(
"French"
)
},
/* Finnish language */
{
wxLANGUAGE_FINNISH
,
ID_LANGUAGE_FINNISH
,
lang_fi_xpm
,
_
(
"Finnish"
)
},
/* Spanish language */
{
wxLANGUAGE_SPANISH
,
...
...
include/bitmaps.h
View file @
92e96a10
...
...
@@ -173,6 +173,7 @@ extern const char* lang_de_xpm[];
extern
const
char
*
lang_en_xpm
[];
extern
const
char
*
lang_es_xpm
[];
extern
const
char
*
lang_fr_xpm
[];
extern
const
char
*
lang_fi_xpm
[];
extern
const
char
*
lang_hu_xpm
[];
extern
const
char
*
lang_it_xpm
[];
extern
const
char
*
lang_ko_xpm
[];
...
...
include/id.h
View file @
92e96a10
...
...
@@ -93,6 +93,7 @@ enum main_id
ID_LANGUAGE_DEFAULT
,
ID_LANGUAGE_ENGLISH
,
ID_LANGUAGE_FRENCH
,
ID_LANGUAGE_FINNISH
,
ID_LANGUAGE_SPANISH
,
ID_LANGUAGE_GERMAN
,
ID_LANGUAGE_RUSSIAN
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment