Author: akv
Date: 2009-12-01 22:00:07 +0100 (Tue, 01 Dec 2009)
New Revision: 2778
Modified:
trunk/librawstudio/rs-stock.c
Log:
Created labels for flip, mirror and rotate stock icons.
Modified: trunk/librawstudio/rs-stock.c
===================================================================
--- trunk/librawstudio/rs-stock.c 2009-12-01 20:24:38 UTC (rev 2777)
+++ trunk/librawstudio/rs-stock.c 2009-12-01 21:00:07 UTC (rev 2778)
@@ -26,10 +26,10 @@
{ RS_STOCK_CROP, NULL, 0, 0, NULL },
{ RS_STOCK_ROTATE, NULL, 0, 0, NULL },
{ RS_STOCK_COLOR_PICKER, NULL, 0, 0, NULL },
- { RS_STOCK_ROTATE_CLOCKWISE, NULL, 0, 0, NULL },
- { RS_STOCK_ROTATE_COUNTER_CLOCKWISE, NULL, 0, 0, NULL },
- { RS_STOCK_FLIP, NULL, 0, 0, NULL },
- { RS_STOCK_MIRROR, NULL, 0, 0, NULL },
+ { RS_STOCK_ROTATE_CLOCKWISE, "rotate cw", 0, 0, NULL },
+ { RS_STOCK_ROTATE_COUNTER_CLOCKWISE, "rotate ccw", 0, 0, NULL },
+ { RS_STOCK_FLIP, "flip", 0, 0, NULL },
+ { RS_STOCK_MIRROR, "mirror", 0, 0, NULL },
};
typedef struct _RSCursorItem RSCursorItem;
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit