ui/cocoa/stock.h

changeset 157
0b33b9396851
parent 19
f8f22eb0b575
equal deleted inserted replaced
156:62f1a55535e7 157:0b33b9396851
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #import "toolkit.h" 29 #import "toolkit.h"
30 #import "../ui/stock.h" 30 #import "../ui/stock.h"
31 #import "../../ucx/map.h" 31 #import <ucx/map.h>
32 32
33 typedef struct UiStockItem { 33 typedef struct UiStockItem {
34 NSString *label; 34 NSString *label;
35 NSString *keyEquivalent; 35 NSString *keyEquivalent;
36 NSImage *image; 36 NSImage *image;

mercurial