Batch Render menu help key using xdg-open + 8 more translations by RafaMar
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / batchrender.C
index 6238d6d6808386c2aaf3edd04c2b488b363e4cb5..9e4dbc3cdfe6ecf92eac4d69d80d318d524b04ac 100644 (file)
@@ -1441,12 +1441,12 @@ BatchRenderHelp::BatchRenderHelp(BatchRenderThread *thread, int x, int y)
  : BC_GenericButton(x, y, _("?"))
 {
        this->thread = thread;
  : BC_GenericButton(x, y, _("?"))
 {
        this->thread = thread;
-       set_tooltip(_("Open quick start guide"));
+       set_tooltip(_("Open quick start guide in default browser"));
 }
 
 int BatchRenderHelp::handle_event()
 {
 }
 
 int BatchRenderHelp::handle_event()
 {
-       system("$CIN_BROWSER file://$CIN_DAT/doc/help_br_index.html");
+       system("xdg-open file://$CIN_DAT/doc/help_br_index.html");
        return 0;
 }
 
        return 0;
 }