Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpset/ttset.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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;

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