fix about window issue

cusax-fix
Yana Stamcheva 18 years ago
parent 07f6492742
commit 2489049b76

@ -501,8 +501,8 @@
<sysproperty key="java.net.preferIPv6Addresses"
value="false"/>
<!--sysproperty key="net.java.sip.communicator.SC_HOME_DIR_LOCATION"
value="${user.home}"/-->
<sysproperty key="net.java.sip.communicator.SC_HOME_DIR_LOCATION"
value="${user.home}/schome"/>
<!-- Setting properties necessary for dependencies on native libs.-->
<sysproperty key="java.library.path"
@ -1100,8 +1100,6 @@ javax.swing.event, javax.swing.border"/>
prefix="net/java/sip/communicator/impl/gui"/>
<zipfileset dir="${resources}/images/logo"
prefix="resources/images/logo"/>
<zipfileset dir="${resources}/images/plugin/branding"
prefix="resources/images/plugin/branding"/>
<zipfileset dir="${resources}/images/impl/gui"
prefix="resources/images/impl/gui"/>
<zipfileset dir="${resources}/styles"

@ -211,12 +211,6 @@ public class ImageLoader {
public static final ImageID MAIN_WINDOW_BACKGROUND
= new ImageID("MAIN_WINDOW_BACKGROUND");
/**
* The background of the about window.
*/
public static final ImageID ABOUT_WINDOW_BG
= new ImageID("ABOUT_WINDOW_BG");
/**
* The icon on the "Add contact" button in the <tt>QuickMenu</tt>.
*/

@ -185,5 +185,4 @@ MAIN_WINDOW_BACKGROUND=resources/images/impl/gui/common/mainWindowBackground.png
TOOL_BAR_BACKGROUND=resources/images/impl/gui/common/toolbarBackground.png
MENU_BACKGROUND=resources/images/impl/gui/common/menuBackground.png
WINDOW_TITLE_BAR=resources/images/impl/gui/common/windowTitleBarBackground.png
ABOUT_WINDOW_BG=resources/images/plugin/branding/aboutWindowBackground.png
WINDOW_TITLE_BAR=resources/images/impl/gui/common/windowTitleBarBackground.png
Loading…
Cancel
Save