minor changes; mostly for new Context Help feature
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / statusbar.C
index d27045b654bd2d654a231095dd137e910689f642..b9e0719d96a4f9c9fae0b4a2eff6b65709c55653 100644 (file)
@@ -128,7 +128,7 @@ void StatusBar::show_message(const char *text, int msg_color, int box_color)
 void StatusBar::reset_default_message()
 {
        status_color = -1;
-       strcpy(default_msg, _("Welcome to Cinelerra."));
+       strcpy(default_msg, _("Welcome to CinGG - use ALT+h for context HELP."));
 }
 void StatusBar::update_default_message()
 {