Changeset 27941 for titan/titan/skinfunc.h
- Timestamp:
- 03/26/14 01:16:22 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/skinfunc.h
r27940 r27941 722 722 723 723 buf1 = string_replace("Mon", "Montag", buf1, 1); 724 buf1 = string_replace(" Tue", "Dienstag", buf1, 1);725 buf1 = string_replace(" Wed", "Mittwoch", buf1, 1);726 buf1 = string_replace(" Thu", "Donnerstag", buf1, 1);727 buf1 = string_replace("Fr i", "Freitag", buf1, 1);728 buf1 = string_replace("Sa t", "Samstag", buf1, 1);729 buf1 = string_replace("S un", "Sonntag", 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); 730 730 731 731 free(loctime);
Note: See TracChangeset
for help on using the changeset viewer.