]> git.sur5r.net Git - glabels/commitdiff
Added stock_properties_16 icon.
authorJim Evins <evins@snaught.com>
Fri, 29 Nov 2002 22:18:34 +0000 (22:18 +0000)
committerJim Evins <evins@snaught.com>
Fri, 29 Nov 2002 22:18:34 +0000 (22:18 +0000)
git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@191 f5e0f49d-192f-0410-a22d-a8d8700d0965

glabels2/src/glabels-ui.xml
glabels2/src/stock-pixmaps/Makefile.am
glabels2/src/stock-pixmaps/stock_properties_16.png [new file with mode: 0644]
glabels2/src/stock.c
glabels2/src/stock.h

index f884ae1e335bf46983235ca9f9de5717c848bbe1..9720ebb440ed30510fc3e03d6947ffb41f2dbb3f 100644 (file)
        
        <cmd name="ToolsObjectProperties"
             _tip="Edit object properties"
-             pixtype="stock" pixname="gtk-properties"/>
+             pixtype="stock" pixname="gl_stock_properties"/>
        
        <cmd name="ToolsRaiseObjects"
             _tip="Raise object to top"
index 4899aff2566e7ad78f857736b982dbac675b800a..b387df12c94b7867da7b34b3a46b2fbe5585bb50 100644 (file)
@@ -14,6 +14,7 @@ IMAGES =                              \
        stock_line_16.png               \
        stock_merge_24.png              \
        stock_merge_16.png              \
+       stock_properties_16.png         \
        stock_text_24.png               \
        stock_text_16.png               \
        stock_order_top_16.png          \
@@ -46,6 +47,7 @@ VARIABLES1 = \
                stock_line_16           $(srcdir)/stock_line_16.png     \
                stock_merge_24          $(srcdir)/stock_merge_24.png    \
                stock_merge_16          $(srcdir)/stock_merge_16.png    \
+               stock_properties_16     $(srcdir)/stock_properties_16.png \
                stock_text_24           $(srcdir)/stock_text_24.png     \
                stock_text_16           $(srcdir)/stock_text_16.png     \
                stock_order_top_16      $(srcdir)/stock_order_top_16.png \
diff --git a/glabels2/src/stock-pixmaps/stock_properties_16.png b/glabels2/src/stock-pixmaps/stock_properties_16.png
new file mode 100644 (file)
index 0000000..7dd815f
Binary files /dev/null and b/glabels2/src/stock-pixmaps/stock_properties_16.png differ
index a03f7d4be541aaab71a19b1f336744f1c83b0ed6..2b9506694cf7f9e037ad771eb538cef8286efef5 100644 (file)
@@ -58,28 +58,29 @@ gl_stock_init (void)
        GtkIconFactory *factory;
 
        static GtkStockItem items[] = {
-               { GL_STOCK_ARROW,         "Arrow",          0, 0, NULL },
-               { GL_STOCK_TEXT,          "Text",           0, 0, NULL },
-               { GL_STOCK_LINE,          "Line",           0, 0, NULL },
-               { GL_STOCK_BOX,           "Box",            0, 0, NULL },
-               { GL_STOCK_ELLIPSE,       "Ellipse",        0, 0, NULL },
-               { GL_STOCK_IMAGE,         "Image",          0, 0, NULL },
-               { GL_STOCK_BARCODE,       "Barcode",        0, 0, NULL },
-               { GL_STOCK_MERGE,         "Merge",          0, 0, NULL },
-               { GL_STOCK_ORDER_TOP,     "OrderTop",       0, 0, NULL },
-               { GL_STOCK_ORDER_BOTTOM,  "OrderBottom",    0, 0, NULL },
-               { GL_STOCK_ROTATE_LEFT,   "RotateLeft",     0, 0, NULL },
-               { GL_STOCK_ROTATE_RIGHT,  "RotateRight",    0, 0, NULL },
-               { GL_STOCK_FLIP_HORIZ,    "FlipHoriz",      0, 0, NULL },
-               { GL_STOCK_FLIP_VERT,     "FlipVert",       0, 0, NULL },
-               { GL_STOCK_ALIGN_LEFT,    "AlignLeft",      0, 0, NULL },
-               { GL_STOCK_ALIGN_RIGHT,   "AlignRight",     0, 0, NULL },
-               { GL_STOCK_ALIGN_HCENTER, "AlignHCenter",   0, 0, NULL },
-               { GL_STOCK_ALIGN_TOP,     "AlignTop",       0, 0, NULL },
-               { GL_STOCK_ALIGN_BOTTOM,  "AlignBottom",    0, 0, NULL },
-               { GL_STOCK_ALIGN_VCENTER, "AlignVCenter",   0, 0, NULL },
-               { GL_STOCK_CENTER_HORIZ,  "CenterHoriz",    0, 0, NULL },
-               { GL_STOCK_CENTER_VERT,   "CenterVert",     0, 0, NULL },
+               { GL_STOCK_ARROW,         N_("_Select Mode"),          0, 0, NULL },
+               { GL_STOCK_TEXT,          N_("_Text"),                 0, 0, NULL },
+               { GL_STOCK_LINE,          N_("_Line"),                 0, 0, NULL },
+               { GL_STOCK_BOX,           N_("_Box"),                  0, 0, NULL },
+               { GL_STOCK_ELLIPSE,       N_("_Ellipse"),              0, 0, NULL },
+               { GL_STOCK_IMAGE,         N_("_Image"),                0, 0, NULL },
+               { GL_STOCK_BARCODE,       N_("Bar_code"),              0, 0, NULL },
+               { GL_STOCK_MERGE,         N_("_Merge Properties"),     0, 0, NULL },
+               { GL_STOCK_PROPERTIES,    N_("Object _Properties"),    0, 0, NULL },
+               { GL_STOCK_ORDER_TOP,     N_("Bring to _Front"),       0, 0, NULL },
+               { GL_STOCK_ORDER_BOTTOM,  N_("Send to _Back"),         0, 0, NULL },
+               { GL_STOCK_ROTATE_LEFT,   N_("Rotate _Left"),          0, 0, NULL },
+               { GL_STOCK_ROTATE_RIGHT,  N_("Rotate _Right"),         0, 0, NULL },
+               { GL_STOCK_FLIP_HORIZ,    N_("Flip _Horizontally"),    0, 0, NULL },
+               { GL_STOCK_FLIP_VERT,     N_("Flip _Vertically"),      0, 0, NULL },
+               { GL_STOCK_ALIGN_LEFT,    N_("_Lefts"),                0, 0, NULL },
+               { GL_STOCK_ALIGN_RIGHT,   N_("_Rights"),               0, 0, NULL },
+               { GL_STOCK_ALIGN_HCENTER, N_("_Centers"),              0, 0, NULL },
+               { GL_STOCK_ALIGN_TOP,     N_("_Tops"),                 0, 0, NULL },
+               { GL_STOCK_ALIGN_BOTTOM,  N_("Bottoms"),               0, 0, NULL },
+               { GL_STOCK_ALIGN_VCENTER, N_("Centers"),               0, 0, NULL },
+               { GL_STOCK_CENTER_HORIZ,  N_("Label Ce_nter"),         0, 0, NULL },
+               { GL_STOCK_CENTER_VERT,   N_("Label Ce_nter"),         0, 0, NULL },
        };
 
        gtk_stock_add (items, G_N_ELEMENTS (items));
@@ -96,6 +97,8 @@ gl_stock_init (void)
        add_icons (factory, GL_STOCK_BARCODE,       stock_barcode_24, stock_barcode_16);
        add_icons (factory, GL_STOCK_MERGE,         stock_merge_24,   stock_merge_16);
 
+       add_icons (factory, GL_STOCK_PROPERTIES,    NULL,   stock_properties_16);
+
        add_icons (factory, GL_STOCK_ORDER_TOP,     NULL, stock_order_top_16);
        add_icons (factory, GL_STOCK_ORDER_BOTTOM,  NULL, stock_order_bottom_16);
        add_icons (factory, GL_STOCK_ROTATE_LEFT,   NULL, stock_rotate_left_16);
index 91ebc4b193e6a011e7e0f9cd0f9494d483a26347..c2f6182c6106e29848be3d011f928267bad08abc 100644 (file)
@@ -33,6 +33,7 @@
 #define GL_STOCK_IMAGE         "gl_stock_image"
 #define GL_STOCK_BARCODE       "gl_stock_barcode"
 #define GL_STOCK_MERGE         "gl_stock_merge"
+#define GL_STOCK_PROPERTIES    "gl_stock_properties"
 #define GL_STOCK_ORDER_TOP     "gl_stock_order_top"
 #define GL_STOCK_ORDER_BOTTOM  "gl_stock_order_bottom"
 #define GL_STOCK_ROTATE_LEFT   "gl_stock_rotate_left"