config file
[vrfileman] / src / app.cc
index 0c82972..617e6a1 100644 (file)
@@ -28,7 +28,7 @@ static int prev_x, prev_y;
 
 bool app_init(int argc, char **argv)
 {
-       if(!init_options(argc, argv, 0)) {
+       if(!init_options(argc, argv, "vrfileman.conf")) {
                return false;
        }
        app_resize(opt.width, opt.height);