This commit is contained in:
itsmattkc
2020-11-20 18:14:14 +11:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
#define OCIOUTILS_H
#include <OpenColorIO/OpenColorIO.h>
namespace OCIO = OpenColorIO_v2_0dev;
namespace OCIO = OCIO_NAMESPACE;
#include "render/videoparams.h"
+1 -1
View File
@@ -665,7 +665,7 @@ void MainMenu::Retranslate()
sequence_cache_in_to_out_item_->setText(tr("Cache Sequence In/Out"));
// Window menu
window_menu_->setTitle("&Window");
window_menu_->setTitle(tr("&Window"));
window_maximize_panel_item_->setText(tr("Maximize Panel"));
window_lock_layout_item_->setText(tr("Lock Panels"));
window_reset_layout_item_->setText(tr("Reset to Default Layout"));