diff --git a/res/tools/mediainfo_i386.exe b/res/tools/mediainfo_i386.exe index eebacb97..23177c11 100644 Binary files a/res/tools/mediainfo_i386.exe and b/res/tools/mediainfo_i386.exe differ diff --git a/res/tools/mediainfo_x64.exe b/res/tools/mediainfo_x64.exe index bf54f49f..483136ac 100644 Binary files a/res/tools/mediainfo_x64.exe and b/res/tools/mediainfo_x64.exe differ diff --git a/src/Config.h b/src/Config.h index ccbbbbfa..2631ee12 100644 --- a/src/Config.h +++ b/src/Config.h @@ -25,7 +25,7 @@ #define VER_LAMEXP_MAJOR 4 #define VER_LAMEXP_MINOR_HI 0 #define VER_LAMEXP_MINOR_LO 0 -#define VER_LAMEXP_BUILD 201 +#define VER_LAMEXP_BUILD 202 #define VER_LAMEXP_SUFFIX TechPreview /* diff --git a/src/Dialog_MainWindow.cpp b/src/Dialog_MainWindow.cpp index 59e2c297..6b1db9f7 100644 --- a/src/Dialog_MainWindow.cpp +++ b/src/Dialog_MainWindow.cpp @@ -304,7 +304,7 @@ MainWindow::MainWindow(FileListModel *fileListModel, AudioFileModel *metaInfo, S connect(m_delayedFileTimer, SIGNAL(timeout()), this, SLOT(handleDelayedFiles())); m_messageHandler->start(); - //Load translation & re-translate UI + //Load translation file QList languageActions = m_languageActionGroup->actions(); while(!languageActions.isEmpty()) { @@ -315,12 +315,6 @@ MainWindow::MainWindow(FileListModel *fileListModel, AudioFileModel *metaInfo, S languageActionActivated(currentLanguage); } } - if(m_languageActionGroup->checkedAction() == NULL) - { - qWarning("No langauge is currently selected, going to select FIRST one!"); - m_languageActionGroup->actions().first()->setChecked(true); - languageActionActivated(m_languageActionGroup->actions().first()); - } //Enable Drag & Drop this->setAcceptDrops(true); diff --git a/src/Thread_Initialization.cpp b/src/Thread_Initialization.cpp index 4bd1f95f..a67647e1 100644 --- a/src/Thread_Initialization.cpp +++ b/src/Thread_Initialization.cpp @@ -54,8 +54,8 @@ static const struct lamexp_tool_t g_lamexp_tools[] = {"d837bf6ee4dab557d8b02d46c75a24e58980fffa", "gpgv.gpg", UINT_MAX}, {"143fc001a2f6c56fe1b9e6f8a2eb2b53b9e1e504", "lame.exe", 39910}, {"775b260b3f64101beaeb317b74746f9bccdab842", "MAC.exe", UINT_MAX}, - {"c7aa8ca8e05a5083d0ef961c1224ac3037718d4f", "mediainfo_i386.exe", 738}, - {"74ca0c218eab75393a45fa8f3b53b7f2852fd28f", "mediainfo_x64.exe", 738}, + {"7ea28a2ff8aa6ec2f0a8d59600519b696e915946", "mediainfo_i386.exe", 739}, + {"91d3247fa75be2efb532a0711966057684532235", "mediainfo_x64.exe", 739}, {"55c293a80475f7aeccf449ac9487a4626e5139cb", "mpcdec.exe", UINT_MAX}, {"8bbf4a3fffe2ff143eb5ba2cf82ca16d676e865d", "mpg123.exe", UINT_MAX}, {"8dd7138714c3bcb39f5a3213413addba13d06f1e", "oggdec.exe", UINT_MAX},