Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/addsetting.cpp
Parent Directory
| Revision Log
| Patch
| 713 |
|
|
| 714 |
// (2) theme file |
// (2) theme file |
| 715 |
{ |
{ |
|
// TODO i18n |
|
| 716 |
const static I18nTextInfo theme_select[] = { |
const static I18nTextInfo theme_select[] = { |
| 717 |
#if defined(_MSC_VER) |
{ "DLG_TAB_VISUAL_THEME_STARTUP_NO_USE", L"no use" }, |
| 718 |
{ NULL, L"使用しない" }, |
{ "DLG_TAB_VISUAL_THEME_STARTUP_FIXED_THEME", L"fixed theme file" }, |
| 719 |
{ NULL, L"固定テーマ(テーマファイル指定)" }, |
{ "DLG_TAB_VISUAL_THEME_STARTUP_RANDOM_THEME", L"random theme file" }, |
|
{ NULL, L"ランダムテーマ" }, |
|
|
#else |
|
|
{ NULL, L"no use" }, |
|
|
{ NULL, L"fixed theme file" }, |
|
|
{ NULL, L"random theme file" }, |
|
|
#endif |
|
| 720 |
}; |
}; |
| 721 |
|
|
| 722 |
int sel = ts.EtermLookfeel.BGEnable; |
int sel = ts.EtermLookfeel.BGEnable; |
|
|
Legend:
| Removed from v.10338 |
|
| changed lines |
| |
Added in v.10341 |
|
|
| |