use appwork utils.

check out from
svn://svn.appwork.org/utils

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@10585 ebf7c1c2-ba36-0410-9fe8-c592906822b4
This commit is contained in:
coalado 2010-02-15 10:31:07 +00:00
parent 2e430f23c1
commit cf3abc6a2d
3 changed files with 3 additions and 2 deletions

View File

@ -61,6 +61,6 @@
<attribute name="javadoc_location" value="jar:platform:/resource/jd/ressourcen/code-ressourcen/Substance_docs.zip!/docs"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="ressourcen/libs/apwutils.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/AppWorkUtils"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -1,3 +1,3 @@
#Sat Feb 06 14:15:26 CET 2010
#Sat Feb 06 23:36:15 CET 2010
eclipse.preferences.version=1
encoding/<project>=UTF-8

View File

@ -166,6 +166,7 @@ public abstract class PluginForDecrypt extends Plugin {
progress.doFinalize(15000l);
return new ArrayList<DownloadLink>();
} catch (DecrypterException e) {
e.printStackTrace();
tmpLinks = new ArrayList<DownloadLink>();
progress.setStatusText(this.getHost() + ": " + e.getErrorMessage());
progress.setColor(Color.RED);