mirror of https://github.com/buggins/dlangui.git
update resources
This commit is contained in:
parent
c8334ec618
commit
6c102d0d40
|
@ -36,11 +36,11 @@ enum StandardAction : int {
|
|||
OpenUrl,
|
||||
}
|
||||
|
||||
const Action ACTION_OK = new Action(StandardAction.Ok, "ACTION_OK"c);
|
||||
const Action ACTION_CANCEL = new Action(StandardAction.Cancel, "ACTION_CANCEL"c);
|
||||
const Action ACTION_YES = new Action(StandardAction.Yes, "ACTION_YES"c);
|
||||
const Action ACTION_NO = new Action(StandardAction.No, "ACTION_NO"c);
|
||||
const Action ACTION_CLOSE = new Action(StandardAction.Close, "ACTION_CLOSE"c);
|
||||
const Action ACTION_OK = new Action(StandardAction.Ok, "ACTION_OK"c, "dialog-ok");
|
||||
const Action ACTION_CANCEL = new Action(StandardAction.Cancel, "ACTION_CANCEL"c, "dialog-cancel");
|
||||
const Action ACTION_YES = new Action(StandardAction.Yes, "ACTION_YES"c, "dialog-ok");
|
||||
const Action ACTION_NO = new Action(StandardAction.No, "ACTION_NO"c, "dialog-cancel");
|
||||
const Action ACTION_CLOSE = new Action(StandardAction.Close, "ACTION_CLOSE"c, "dialog-close");
|
||||
const Action ACTION_ABORT = new Action(StandardAction.Abort, "ACTION_ABORT"c);
|
||||
const Action ACTION_RETRY = new Action(StandardAction.Retry, "ACTION_RETRY"c);
|
||||
const Action ACTION_IGNORE = new Action(StandardAction.Ignore, "ACTION_IGNORE"c);
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 714 B |
Binary file not shown.
After Width: | Height: | Size: 738 B |
Binary file not shown.
After Width: | Height: | Size: 523 B |
Binary file not shown.
After Width: | Height: | Size: 527 B |
|
@ -53,6 +53,10 @@ res/mdpi/btn_radio_on_disabled.png
|
|||
res/mdpi/btn_radio_on_focused.png
|
||||
res/mdpi/btn_radio_on_pressed.png
|
||||
res/mdpi/computer.png
|
||||
res/mdpi/dialog-cancel.png
|
||||
res/mdpi/dialog-close.png
|
||||
res/mdpi/dialog-ok.png
|
||||
res/mdpi/dialog-ok-apply.png
|
||||
res/mdpi/dlangui-logo1.png
|
||||
res/mdpi/drive-harddisk.png
|
||||
res/mdpi/drive-optical.png
|
||||
|
|
Loading…
Reference in New Issue