diff --git a/etc/Translation/Blank.ts b/etc/Translation/Blank.ts
index 389f0a11..43cce1f6 100644
--- a/etc/Translation/Blank.ts
+++ b/etc/Translation/Blank.ts
@@ -645,6 +645,10 @@
+
+
+
+
diff --git a/etc/Translation/LameXP_DE.ts b/etc/Translation/LameXP_DE.ts
index 4b979369..64a281ee 100644
--- a/etc/Translation/LameXP_DE.ts
+++ b/etc/Translation/LameXP_DE.ts
@@ -1046,6 +1046,10 @@
Erweiterte Optionen Zurücksetzen
+
+
+ Kodieren!
+
MetaInfo
diff --git a/etc/Translation/LameXP_ES.ts b/etc/Translation/LameXP_ES.ts
index 22643301..6363d236 100644
--- a/etc/Translation/LameXP_ES.ts
+++ b/etc/Translation/LameXP_ES.ts
@@ -1046,6 +1046,10 @@
+
+
+
+
MetaInfo
diff --git a/etc/Translation/LameXP_FR.ts b/etc/Translation/LameXP_FR.ts
index 3a3826f8..d8525b5a 100644
--- a/etc/Translation/LameXP_FR.ts
+++ b/etc/Translation/LameXP_FR.ts
@@ -1050,6 +1050,10 @@ Votre dossier TEMP est situé ici:
+
+
+
+
MetaInfo
diff --git a/etc/Translation/LameXP_IT.ts b/etc/Translation/LameXP_IT.ts
index c89f3b29..afa5fc25 100644
--- a/etc/Translation/LameXP_IT.ts
+++ b/etc/Translation/LameXP_IT.ts
@@ -1046,6 +1046,10 @@
+
+
+
+
MetaInfo
diff --git a/gui/MainWindow.ui b/gui/MainWindow.ui
index 1defd64f..c27dcc99 100644
--- a/gui/MainWindow.ui
+++ b/gui/MainWindow.ui
@@ -985,7 +985,7 @@
0
0
- 604
+ 602
520
@@ -1951,6 +1951,8 @@
File
+
+
@@ -2250,6 +2252,15 @@
From File...
+
+
+
+ :/icons/play.png:/icons/play.png
+
+
+ Encode!
+
+
@@ -2285,6 +2296,8 @@
+
+
@@ -2671,5 +2684,21 @@
+
+ actionEncodeNow
+ triggered()
+ buttonStart
+ click()
+
+
+ -1
+ -1
+
+
+ 69
+ 423
+
+
+
diff --git a/res/localization/LameXP_DE.qm b/res/localization/LameXP_DE.qm
index e37325d2..8eabf443 100644
Binary files a/res/localization/LameXP_DE.qm and b/res/localization/LameXP_DE.qm differ
diff --git a/res/tools/wupdate.exe b/res/tools/wupdate.exe
index 00c296b2..569c954b 100644
Binary files a/res/tools/wupdate.exe and b/res/tools/wupdate.exe differ
diff --git a/src/Config.h b/src/Config.h
index 75bf2cb9..7d2361c1 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 258
+#define VER_LAMEXP_BUILD 259
#define VER_LAMEXP_SUFFIX Beta-1
/*
diff --git a/src/Model_FileList.cpp b/src/Model_FileList.cpp
index 546be17e..99bd729a 100644
--- a/src/Model_FileList.cpp
+++ b/src/Model_FileList.cpp
@@ -22,6 +22,7 @@
#include "Model_FileList.h"
#include
+#include
////////////////////////////////////////////////////////////
// Constructor & Destructor
@@ -61,7 +62,7 @@ QVariant FileListModel::data(const QModelIndex &index, int role) const
return m_fileList.at(index.row()).fileName();
break;
case 1:
- return m_fileList.at(index.row()).filePath();
+ return QDir::toNativeSeparators(m_fileList.at(index.row()).filePath());
break;
default:
return QVariant();
diff --git a/src/Thread_Initialization.cpp b/src/Thread_Initialization.cpp
index bab15b12..bb69da4a 100644
--- a/src/Thread_Initialization.cpp
+++ b/src/Thread_Initialization.cpp
@@ -71,7 +71,7 @@ g_lamexp_tools[] =
{"8c842eef65248b46fa6cb9a9e5714f575672d999", "valdec.exe", 31},
{"8159f4e824b3e343ece95ba6dbb5e16da9c4866e", "volumax.exe", UINT_MAX},
{"62e2805d1b2eb2a4d86a5ca6e6ea58010d05d2a7", "wget.exe", UINT_MAX},
- {"f8293dcf0d21dcca2798afaa8e0d1b93b8ced720", "wupdate.exe", UINT_MAX},
+ {"a7e8aad52213e339ad985829722f35eab62be182", "wupdate.exe", UINT_MAX},
{"b7d14b3540d24df13119a55d97623a61412de6e3", "wvunpack.exe", 4601},
{NULL, NULL, NULL}
};