Fossil SCM
Use ascii "self" instead of chinese "自", since some users do not have han fonts installed.
Commit
ff94437a7cac7e71940bd16df5ec3e7ddd93271b48f67cf8386b506a40b2538d
Parent
302c30b5dcf71b8…
1 file changed
+2
-2
+2
-2
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -212,12 +212,12 @@ | ||
| 212 | 212 | } |
| 213 | 213 | if( strcmp(zUuid, MANIFEST_UUID)==0 ){ |
| 214 | 214 | /* This will only ever happen when Fossil is drawing a timeline for |
| 215 | 215 | ** its own self-host repository. If the timeline shows the specific |
| 216 | 216 | ** check-in corresponding to the current executable, then tag that |
| 217 | - ** check-in with "自" (Simplified Chinese for "self"). */ | |
| 218 | - zPrefix = "自 "; | |
| 217 | + ** check-in with "self" */ | |
| 218 | + zPrefix = "self "; | |
| 219 | 219 | }else if( markLeaves && db_column_int(pQuery,5) ){ |
| 220 | 220 | if( markLeaves==1 ){ |
| 221 | 221 | zPrefix = has_closed_tag(rid) ? "closed " : "leaf "; |
| 222 | 222 | }else{ |
| 223 | 223 | zPrefix = has_closed_tag(rid) ? |
| 224 | 224 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -212,12 +212,12 @@ | |
| 212 | } |
| 213 | if( strcmp(zUuid, MANIFEST_UUID)==0 ){ |
| 214 | /* This will only ever happen when Fossil is drawing a timeline for |
| 215 | ** its own self-host repository. If the timeline shows the specific |
| 216 | ** check-in corresponding to the current executable, then tag that |
| 217 | ** check-in with "自" (Simplified Chinese for "self"). */ |
| 218 | zPrefix = "自 "; |
| 219 | }else if( markLeaves && db_column_int(pQuery,5) ){ |
| 220 | if( markLeaves==1 ){ |
| 221 | zPrefix = has_closed_tag(rid) ? "closed " : "leaf "; |
| 222 | }else{ |
| 223 | zPrefix = has_closed_tag(rid) ? |
| 224 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -212,12 +212,12 @@ | |
| 212 | } |
| 213 | if( strcmp(zUuid, MANIFEST_UUID)==0 ){ |
| 214 | /* This will only ever happen when Fossil is drawing a timeline for |
| 215 | ** its own self-host repository. If the timeline shows the specific |
| 216 | ** check-in corresponding to the current executable, then tag that |
| 217 | ** check-in with "self" */ |
| 218 | zPrefix = "self "; |
| 219 | }else if( markLeaves && db_column_int(pQuery,5) ){ |
| 220 | if( markLeaves==1 ){ |
| 221 | zPrefix = has_closed_tag(rid) ? "closed " : "leaf "; |
| 222 | }else{ |
| 223 | zPrefix = has_closed_tag(rid) ? |
| 224 |