diff options
author | con <[email protected]> | 2009-11-23 12:54:13 +0100 |
---|---|---|
committer | con <[email protected]> | 2009-11-23 12:54:13 +0100 |
commit | 40bc1ac07bbb3572198818718240f608940d4fcd (patch) | |
tree | 1398790ebed30cedf2044040cd4d5a9b95075b96 /src/tools/qtlibspatcher | |
parent | 2f3a16efcbf5c0b75d7cacbde8f9be4fad141c1b (diff) |
Another fix for patched file file :name
Reviewed-by: Daniel Molkentin
Diffstat (limited to 'src/tools/qtlibspatcher')
-rw-r--r-- | src/tools/qtlibspatcher/qtlibspatchermain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qtlibspatcher/qtlibspatchermain.cpp b/src/tools/qtlibspatcher/qtlibspatchermain.cpp index 9c25b59c7f2..5eef293828a 100644 --- a/src/tools/qtlibspatcher/qtlibspatchermain.cpp +++ b/src/tools/qtlibspatcher/qtlibspatchermain.cpp @@ -169,7 +169,7 @@ bool patchDebugLibrariesWithQtPath(const char *baseQtPath) { "/bin/QtCored4.dll" }, { "/bin/QtGuid4.dll" }, { "/bin/QtHelpd4.dll" }, - { "/bin/QtMultimediad.dll" }, + { "/bin/QtMultimediad4.dll" }, { "/bin/QtNetworkd4.dll" }, { "/bin/QtOpenGLd4.dll" }, { "/bin/QtScriptd4.dll" }, |