Credit Andrew - add new render formats for dvd_pcm.dvd and mp2; fix location of HiLo...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / assetedit.C
index e603ad8cabba5eaa0aad4fd5060c86252a70258a..18dde8ff527c6d53d73ce79e5da736e8289c80ce 100644 (file)
@@ -228,6 +228,8 @@ AssetEditWindow::AssetEditWindow(MWindow *mwindow, AssetEdit *asset_edit)
        detail_dialog = 0;
        win_width = 0;
        win_height = 0;
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Info Asset Details");
 }
 
 
@@ -410,11 +412,11 @@ void AssetEditWindow::create_objects()
                        {
                                x = x2;
 
-                               add_subwindow(lohi = new AssetEditByteOrderLOHI(this,
-                                       asset->byte_order, x, y));
-                               x += xS(70);
                                add_subwindow(hilo = new AssetEditByteOrderHILO(this,
                                        !asset->byte_order, x, y));
+                               x += xS(70);
+                               add_subwindow(lohi = new AssetEditByteOrderLOHI(this,
+                                       asset->byte_order, x, y));
                                y += vmargin;
                        }
                        else {
@@ -780,6 +782,8 @@ DetailAssetWindow::DetailAssetWindow(MWindow *mwindow,
        asset->add_user();
        info[0] = 0;
        text = 0;
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Info Asset Details");
 }
 
 DetailAssetWindow::~DetailAssetWindow()