Updated web-site URL's to make them more consistent.

This commit is contained in:
LoRd_MuldeR 2014-04-11 14:44:01 +02:00
parent 14cbc72ad8
commit d24ceaab78
4 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -333,7 +333,7 @@ Note: Simple x264 Launcher is not affiliated with or endorsed by the x264 projec
Commercially funded, open source implementation of the HEVC compression standard.<br> Commercially funded, open source implementation of the HEVC compression standard.<br>
Released under the terms of the GNU General Public License, version 2.<br> Released under the terms of the GNU General Public License, version 2.<br>
<br> <br>
The x265 project is coordinated by <a href="http://www.multicorewareinc.com/">MultiCoreWare</a>. See the <a href="http://x265.org/">web-site</a> for details.<br> The x265 project is coordinated by <a href="http://www.multicorewareinc.com/">MultiCoreWare</a>. See the <a href="http://www.videolan.org/developers/x265.html">web-site</a> for details.<br>
Read the <a href="http://goo.gl/smws42">user's manual</a> to get started and use the <a href="https://forum.doom9.org/forumdisplay.php?f=81">support forum</a> for help!<br> Read the <a href="http://goo.gl/smws42">user's manual</a> to get started and use the <a href="https://forum.doom9.org/forumdisplay.php?f=81">support forum</a> for help!<br>
<br> <br>
Note: Simple x264 Launcher is not affiliated with or endorsed by the x265 project.</tt></nobr> Note: Simple x264 Launcher is not affiliated with or endorsed by the x265 project.</tt></nobr>

View File

@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2 #define VER_X264_MAJOR 2
#define VER_X264_MINOR 3 #define VER_X264_MINOR 3
#define VER_X264_PATCH 4 #define VER_X264_PATCH 4
#define VER_X264_BUILD 810 #define VER_X264_BUILD 811
#define VER_X264_PORTABLE_EDITION (0) #define VER_X264_PORTABLE_EDITION (0)

View File

@ -176,8 +176,8 @@ MainWindow::MainWindow(const x264_cpu_t *const cpuFeatures, IPC *ipc)
//Setup web-links //Setup web-links
SETUP_WEBLINK(ui->actionWebMulder, home_url); SETUP_WEBLINK(ui->actionWebMulder, home_url);
SETUP_WEBLINK(ui->actionWebX264, "http://www.x264.com/"); SETUP_WEBLINK(ui->actionWebX264, "http://www.videolan.org/developers/x264.html");
SETUP_WEBLINK(ui->actionWebX265, "http://www.x265.org/"); SETUP_WEBLINK(ui->actionWebX265, "http://www.videolan.org/developers/x265.html");
SETUP_WEBLINK(ui->actionWebKomisar, "http://komisar.gin.by/"); SETUP_WEBLINK(ui->actionWebKomisar, "http://komisar.gin.by/");
SETUP_WEBLINK(ui->actionWebVideoLAN, "http://download.videolan.org/pub/x264/binaries/"); SETUP_WEBLINK(ui->actionWebVideoLAN, "http://download.videolan.org/pub/x264/binaries/");
SETUP_WEBLINK(ui->actionWebJEEB, "http://x264.fushizen.eu/"); SETUP_WEBLINK(ui->actionWebJEEB, "http://x264.fushizen.eu/");