diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 12:27:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 12:27:14 +0000 |
commit | 628d5af293ded58a7621f94931f9cae514f4329e (patch) | |
tree | 5421386b654e535e5410381b40bbb3bbfdb810ee /multimedia/kplayer/files/patch-kplayersettings.h | |
parent | - fix the issues with PORTDOCS/PORTEXAMPLES (diff) |
- Update to 0.6.3
PR: 118502
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Approved by: maintainer timeout (about 6 months)
Diffstat (limited to '')
-rw-r--r-- | multimedia/kplayer/files/patch-kplayersettings.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/kplayer/files/patch-kplayersettings.h b/multimedia/kplayer/files/patch-kplayersettings.h deleted file mode 100644 index da34272e09c3..000000000000 --- a/multimedia/kplayer/files/patch-kplayersettings.h +++ /dev/null @@ -1,11 +0,0 @@ ---- kplayer/kplayersettings.h.orig Sat Oct 16 02:00:48 2004 -+++ kplayer/kplayersettings.h Sat Oct 16 02:01:22 2004 -@@ -982,7 +982,7 @@ - } - - QString executablePathDefault (void) const -- { return m_executable_path_default.isEmpty() ? "mplayer" : m_executable_path_default; } -+ { return m_executable_path_default.isEmpty() ? QString::fromLatin1("mplayer") : m_executable_path_default; } - void setExecutablePathDefault (QString path) - { m_executable_path_default = path; } - |