bug fix for In/Out pointer Attach Effect on empty track/location - Andrew+Anon
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / mwindow.C
index e63b7c54a8c629284fe682ad1822aa3831eddf0f..e5d4bc69ce37dd5d1b8b8c839636989f2c62947e 100644 (file)
@@ -4325,7 +4325,7 @@ void MWindow::get_backup_path(char *path, int len)
 
 void MWindow::create_timestamped_copy_from_previous_backup(char *previouspath)
 {
-  if (previouspath == nullptr) return;
+  if (previouspath == NULL) return;
   char backup_path[BCTEXTLEN];
   backup_path[0] = 0;
   time_t now = time(NULL);
@@ -5385,6 +5385,8 @@ ConfirmRefWindow::ConfirmRefWindow(MWindow *mwindow, char *path,
 {
        this->mwindow = mwindow;
        this->path = path;
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("File by Reference");
 }
 
 ConfirmRefWindow::~ConfirmRefWindow()