gtk: Rename check-optiondb.scm to gtk-optiondb.scm.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Tue, 17 Sep 2013 00:04:32 +0000 (17:04 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Tue, 17 Sep 2013 00:04:32 +0000 (17:04 -0700)
src/gtk/check.scm
src/gtk/gtk-optiondb.scm [moved from src/gtk/check-optiondb.scm with 100% similarity]

index d9dd90fdcf669b69b0b8231065a7df4afbffff5a..a4b6100370adca8379fb678473125ae7a387b16a 100644 (file)
@@ -6,7 +6,7 @@
       (dirname (directory-pathname (current-load-pathname))))
   (set! (access library-directory-path env)
        (cons dirname (access library-directory-path env)))
-  (set! *initial-options-file* (merge-pathnames "check-optiondb" dirname)))
+  (set! *initial-options-file* (merge-pathnames "gtk-optiondb" dirname)))
 
 (load-option 'GTK)
 (if (gtk-thread-running?)