diff options
| author | Tannin <devnull@localhost> | 2014-06-21 10:39:28 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-06-21 10:39:28 +0200 |
| commit | 3628ec930b6feb6d9166a1668b45a27134636d61 (patch) | |
| tree | 316a1adc0353c58e7829e70e6a64345809a961ec /src/dlls.manifest.qt5 | |
| parent | cbd6b288eb968e522e4007cb4a74b3c1bc5a8360 (diff) | |
- changed the url used to login on nexus (the previous page was disabled)
- bugfix: download manager might have tried to read from a closed connection
Diffstat (limited to 'src/dlls.manifest.qt5')
| -rw-r--r-- | src/dlls.manifest.qt5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dlls.manifest.qt5 b/src/dlls.manifest.qt5 index ed82e878..0a8ba7b8 100644 --- a/src/dlls.manifest.qt5 +++ b/src/dlls.manifest.qt5 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="dlls" version="1.0.0.0" processorArchitecture="x86"/>
- <file name="icuin49.dll"/>
- <file name="icuuc49.dll"/>
- <file name="icudt49.dll"/>
+ <file name="icuin52.dll"/>
+ <file name="icuuc52.dll"/>
+ <file name="icudt52.dll"/>
<file name="Qt5Core.dll"/>
<file name="Qt5Declarative.dll"/>
<file name="Qt5Gui.dll"/>
@@ -14,4 +14,4 @@ <file name="Qt5Widgets.dll"/>
<file name="Qt5Xml.dll"/>
<file name="Qt5XmlPatterns.dll"/>
-</assembly>
+</assembly>
\ No newline at end of file |
