Don't refer to 'macstyle.css' anymore
[projects/chimara/chimara.git] / player / main.c
index 3586ca1b3654ae1ecd17b6ebe6b8a32f8ae51132..860cdfbcd2bbfbe34796d01a35884f4b010e04e1 100644 (file)
@@ -180,7 +180,7 @@ create_window(void)
 #ifdef DEBUG
                g_error_free(error);
                error = NULL;
-               if( !chimara_glk_set_css_from_file(CHIMARA_GLK(glk), PACKAGE_SRC_DIR "/macstyle.css", &error) ) {
+               if( !chimara_glk_set_css_from_file(CHIMARA_GLK(glk), PACKAGE_SRC_DIR "/style.css", &error) ) {
 #endif /* DEBUG */
                        error_dialog(NULL, error, "Couldn't open CSS file: ");
                        return;