diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-03 16:19:31 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-03 16:19:31 +0300 |
commit | 8f62f251ee5e49447c0950719ba6629bc1a23257 (patch) | |
tree | 7ca91148e25c08f856e2307ee067549051ca8d83 /src | |
parent | 82bd22d84e5b55c7112b75b8f084336660eceba3 (diff) |
DocumentWidget: Em dashes in the window title
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/documentwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c index 4c20a188..93505c13 100644 --- a/src/ui/documentwidget.c +++ b/src/ui/documentwidget.c | |||
@@ -260,7 +260,7 @@ static void updateWindowTitle_DocumentWidget_(const iDocumentWidget *d) { | |||
260 | if (isEmpty_StringArray(title)) { | 260 | if (isEmpty_StringArray(title)) { |
261 | pushBackCStr_StringArray(title, "Lagrange"); | 261 | pushBackCStr_StringArray(title, "Lagrange"); |
262 | } | 262 | } |
263 | setTitle_Window(get_Window(), collect_String(joinCStr_StringArray(title, " \u2013 "))); | 263 | setTitle_Window(get_Window(), collect_String(joinCStr_StringArray(title, " \u2014 "))); |
264 | } | 264 | } |
265 | 265 | ||
266 | static void setSource_DocumentWidget_(iDocumentWidget *d, const iString *source) { | 266 | static void setSource_DocumentWidget_(iDocumentWidget *d, const iString *source) { |