git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@37265 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: ca02177e913447b9113213f732d54366912a6f56
This commit is contained in:
coalado 2017-07-12 08:32:48 +00:00
parent fd93a38031
commit 0e9c4c0002
12 changed files with 5 additions and 5 deletions

View File

@ -125,6 +125,8 @@
<copy todir="${dist}">
<fileset dir="themes" includes="**/*" />
<exclude name="**/*.psd" />
<exclude name="**/*.pnd" />
</copy>
<copy todir="${dist}/licenses">
@ -159,7 +161,7 @@
<fileset dir="${dep.awu}/src" includes="**/*.lng" />
<fileset dir="${dep.updateclient}/src" includes="**/*.lng" />
<fileset dir="${dep.browser}/src" includes="**/*.lng" />
<fileset dir="src" includes="**/*.lng" />
<fileset dir="src" includes="**/*.lng" />
</copy>
<copy todir="${dist}">
@ -406,6 +408,8 @@
<fileset dir="themes">
<include name="themes/standard/**/images/dialog/**/*" />
<include name="themes/standard/**/images/update*" />
<exclude name="**/*.psd" />
<exclude name="**/*.pnd" />
</fileset>
</jar>
<delete file="${dist}/Manifest.MF" failonerror="true" />

View File

@ -272,10 +272,6 @@ public class IconKey {
public static final String ICON_LINK = "link";
public static final String ICON_DOWNLOAD = "download";
public static final String ICON_WARNING_GREEN = "warning_green";
public static final String ICON_UPLOADED_SIGN_UP_NOW_EN = "uploaded/sign_up_now_en";
public static final String ICON_UPLOADED_GET_PREMIUM_DE = "uploaded/get_premium_de";
public static final String ICON_UPLOADED_PREMIUM_EN = "uploaded/premium_en";
public static final String ICON_UPLOADED_GET_PREMIUM_EN = "uploaded/get_premium_en";
public static final String ICON_AUTO_RECONNECT = "auto-reconnect";
public static final String ICON_REMOVE_FAILED = "remove_failed";
public static final String ICON_PUZZLE = "puzzle";

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB