Skip to content

Commit

Permalink
Update ProstoPleer address
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Mar 11, 2016
1 parent fb66bf9 commit 9f0cacf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changes in QMPlay2 build 16.03.11:
- update Russian translation (victorr2007),
- update ProstoPleer address,

Changes in QMPlay2 build 16.03.08:
- feature: suspend the computer after playback is finished,
- fix VA-API driver Intel >= 1.6.2 video filtering,
Expand Down
2 changes: 1 addition & 1 deletion src/modules/Extensions/ProstoPleer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <QClipboard>
#include <QMimeData>

static QString ProstoPleerURL("http://pleer.com");
static QString ProstoPleerURL("http://prostopleer.com");

static inline QString getQMPlay2Url(const QTreeWidgetItem *tWI)
{
Expand Down
2 changes: 1 addition & 1 deletion src/qmplay2/headers/QMPlay2Core.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef QMPLAY2CORE_HPP
#define QMPLAY2CORE_HPP

#define QMPlay2Version "16.03.08"
#define QMPlay2Version "16.03.11"

#if defined(__i386) || defined(__i386__) || defined(_M_IX86) || (__x86_64) || defined(__x86_64__) || defined(__amd64) || defined(_M_X64)
#define QMPLAY2_CPU_X86
Expand Down

0 comments on commit 9f0cacf

Please sign in to comment.