add clock icon
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@659 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
98f4c4b03d
commit
c81dc334b0
7 changed files with 2323 additions and 3 deletions
|
|
@ -80,6 +80,10 @@ MwWidget MwMessageBox(MwWidget handle, const char* text, const char* title, unsi
|
|||
data = MwIconError;
|
||||
break;
|
||||
}
|
||||
case MwMB_ICONCLOCK: {
|
||||
data = MwIconClock;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
px = MwLoadIcon(icon, data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue