Changeset 27944 for titan/titan/skinfunc.h
- Timestamp:
- 03/26/14 03:20:47 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/skinfunc.h
r27941 r27944 506 506 buf1 = ostrcat(buf, NULL, 1, 0); 507 507 508 buf1 = translate_time(buf1, 0); 509 508 510 free(loctime); loctime = NULL; 509 511 return buf1; … … 721 723 } 722 724 723 buf1 = string_replace("Mon", "Montag", buf1, 1); 724 buf1 = string_replace("Die", "Dienstag", buf1, 1); 725 buf1 = string_replace("Mit", "Mittwoch", buf1, 1); 726 buf1 = string_replace("Don", "Donnerstag", buf1, 1); 727 buf1 = string_replace("Fre", "Freitag", buf1, 1); 728 buf1 = string_replace("Sam", "Samstag", buf1, 1); 729 buf1 = string_replace("Son", "Sonntag", buf1, 1); 725 buf1 = translate_time(buf1, 1); 730 726 731 727 free(loctime);
Note: See TracChangeset
for help on using the changeset viewer.