delete mwindow before restarting for new theme
[goodguy/history.git] / cinelerra-5.0 / cinelerra / mwindow.h
index 006b68fb81f99adc1379ede32c7255a67d1e3be1..3f0802c784aaa52f3e795b133c96af3a252d88b0 100644 (file)
@@ -115,7 +115,7 @@ public:
        int new_project();
        int delete_project(int flash = 1);
        void quit(int unlock);
-       int reload() { return reload_status; }
+       int restart() { return restart_status; }
 
        int load_defaults();
        int save_defaults();
@@ -639,7 +639,7 @@ public:
        void clean_indexes();
 //     TimeBomb timebomb;
        SigHandler *sighandler;
-       int reload_status;
+       int restart_status;
        int screens;
        int in_destructor;
 };