summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.c b/src/app.c
index 019308be..20c9a399 100644
--- a/src/app.c
+++ b/src/app.c
@@ -101,7 +101,7 @@ static void loadPrefs_App_(iApp *d) {
101 iRangecc line = iNullRange; 101 iRangecc line = iNullRange;
102 while (nextSplit_Rangecc(&src, "\n", &line)) { 102 while (nextSplit_Rangecc(&src, "\n", &line)) {
103 iString cmd; 103 iString cmd;
104 initRange_String(&cmd, &line); 104 initRange_String(&cmd, line);
105 if (equal_Command(cstr_String(&cmd), "uiscale")) { 105 if (equal_Command(cstr_String(&cmd), "uiscale")) {
106 /* Must be handled before the window is created. */ 106 /* Must be handled before the window is created. */
107 setUiScale_Window(get_Window(), argf_Command(cstr_String(&cmd))); 107 setUiScale_Window(get_Window(), argf_Command(cstr_String(&cmd)));