From d31690a8eb09a5afc32bf4946ed3b4f756e77a6f Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Fri, 8 May 2026 14:34:02 +0000
Subject: [PATCH 2/2] Alter comment in main.C after initial_loadmode was added

---
 cinelerra-5.1/cinelerra/main.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cinelerra-5.1/cinelerra/main.C b/cinelerra-5.1/cinelerra/main.C
index 752c7c49..54af14c2 100644
--- a/cinelerra-5.1/cinelerra/main.C
+++ b/cinelerra-5.1/cinelerra/main.C
@@ -402,7 +402,7 @@ int main(int argc, char *argv[])
 				if( load_perpetual )
 					mwindow.load_undo_data();
 //SET_TRACE
-// load the initial files on seperate tracks
+// load the initial files as initial_loadmode instructs, or on new tracks by default
 // use a new thread so it doesn't block the GUI
 				if( filenames.total ) {
 					thread  = new CommandLineThread(&filenames, &mwindow, initial_loadmode);
-- 
2.29.0

