- Message box icon broken
This commit is contained in:
parent
2ad25c0a34
commit
4c187787c3
|
@ -85,16 +85,16 @@ public class Messagebox extends Window implements EventListener
|
||||||
public static final int IGNORE = 0x0400;
|
public static final int IGNORE = 0x0400;
|
||||||
|
|
||||||
/** A symbol consisting of a question mark in a circle. */
|
/** A symbol consisting of a question mark in a circle. */
|
||||||
public static final String QUESTION = "~./zul/img/msgbox/question.gif";
|
public static final String QUESTION = "~./zul/img/msgbox/question-btn.png";
|
||||||
|
|
||||||
/** A symbol consisting of an exclamation point in a triangle with a yellow background. */
|
/** A symbol consisting of an exclamation point in a triangle with a yellow background. */
|
||||||
public static final String EXCLAMATION = "~./zul/img/msgbox/exclamation.gif";
|
public static final String EXCLAMATION = "~./zul/img/msgbox/warning-btn.png";
|
||||||
|
|
||||||
/** A symbol of a lowercase letter i in a circle. */
|
/** A symbol of a lowercase letter i in a circle. */
|
||||||
public static final String INFORMATION = "~./zul/img/msgbox/information.gif";
|
public static final String INFORMATION = "~./zul/img/msgbox/info-btn.png";
|
||||||
|
|
||||||
/** A symbol consisting of a white X in a circle with a red background. */
|
/** A symbol consisting of a white X in a circle with a red background. */
|
||||||
public static final String ERROR = "~./zul/img/msgbox/error.gif";
|
public static final String ERROR = "~./zul/img/msgbox/stop-btn.png";
|
||||||
|
|
||||||
/** Contains no symbols. */
|
/** Contains no symbols. */
|
||||||
public static final String NONE = null;
|
public static final String NONE = null;
|
||||||
|
|
Loading…
Reference in New Issue