Reflects .c->.cc file renames across Geeqie.
[geeqie.git] / src / rcfile.c
index b48a7ed..f0805d7 100644 (file)
@@ -535,7 +535,7 @@ static void write_global_attributes(GString *outstr, gint indent)
        WRITE_NL(); WRITE_CHAR(*options, mouse_button_9);
        WRITE_SEPARATOR();
 
-       /* GPU - see main.c */
+       /* GPU - see main.cc */
        WRITE_NL(); WRITE_BOOL(*options, override_disable_gpu);
        WRITE_SEPARATOR();
 }
@@ -1026,7 +1026,7 @@ static gboolean load_global_params(const gchar **attribute_names, const gchar **
                if (READ_CHAR(*options, mouse_button_8)) continue;
                if (READ_CHAR(*options, mouse_button_9)) continue;
 
-               /* GPU - see main.c */
+               /* GPU - see main.cc */
                if (READ_BOOL(*options, override_disable_gpu)) continue;
 
                /* Dummy options */