Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
Tera Term
Tera Term
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse CVS
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Docs
List Docs
Help
Forums
List of Forums
Open Discussion (173)
Help (428)
Help
Mailing Lists
list of ML
ttssh2-commit
ttssh2-dev
ttssh2-users
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[ttssh2]
/
trunk
/
teraterm
/
ttpset
/
ttset.c
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
|
Revision Log
|
Patch
revision
9789
by
zmatsuo
, Tue Mar 8 14:36:45 2022 UTC
revision
9808
by
nmaya
, Sun Mar 13 14:03:44 2022 UTC
#
Line 269
static int IconName2IconId(const wchar_t
Line 269
static int IconName2IconId(const wchar_t
269
else if (_wcsicmp(name, L"vt_3d") == 0) {
else if (_wcsicmp(name, L"vt_3d") == 0) {
270
id = IDI_VT_3D;
id = IDI_VT_3D;
271
}
}
272
else if (_wcsicmp(name, L"tterm_flat") == 0) {
273
id = IDI_TTERM_FLAT;
274
}
275
else if (_wcsicmp(name, L"vt_flat") == 0) {
276
id = IDI_VT_FLAT;
277
}
278
else if (_wcsicmp(name, L"cygterm") == 0) {
else if (_wcsicmp(name, L"cygterm") == 0) {
279
id = IDI_CYGTERM;
id = IDI_CYGTERM;
280
}
}
#
Line 311
void IconId2IconName(char *name, int len
Line 317
void IconId2IconName(char *name, int len
317
case IDI_VT_3D:
case IDI_VT_3D:
318
icon = "vt_3d";
icon = "vt_3d";
319
break;
break;
320
case IDI_TTERM_FLAT:
321
icon = "tterm_flat";
322
break;
323
case IDI_VT_FLAT:
324
icon = "vt_flat";
325
break;
326
case IDI_CYGTERM:
case IDI_CYGTERM:
327
icon = "cygterm";
icon = "cygterm";
328
break;
break;
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.9789
changed lines
Added in v.9808
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26