summaryrefslogtreecommitdiff
path: root/gladeui/glade-builtins.c
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2011-10-04 16:48:49 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2011-10-04 16:48:49 -0300
commit4d8a2f05400dfb27631f5086b9434b1ca45759bf (patch)
tree44e70f2c96c3a1b5f0128dda8cc96cd9c22ca992 /gladeui/glade-builtins.c
parent3b05a5cc27e2a440cc822b9903beca7750c37513 (diff)
downloadglade-4d8a2f05400dfb27631f5086b9434b1ca45759bf.tar.gz
Fixed spelling errors
Diffstat (limited to 'gladeui/glade-builtins.c')
-rw-r--r--gladeui/glade-builtins.c21
1 files changed, 14 insertions, 7 deletions
diff --git a/gladeui/glade-builtins.c b/gladeui/glade-builtins.c
index 5ad974da..bead078d 100644
--- a/gladeui/glade-builtins.c
+++ b/gladeui/glade-builtins.c
@@ -67,13 +67,20 @@ static const gchar *builtin_stock_images[] = {
};
static const gchar *builtin_stock_displayables[] = {
- N_("Authentication"), /* GTK_STOCK_DIALOG_AUTHENTICATION */
- N_("Drag and Drop"), /* GTK_STOCK_DND */
- N_("Drag and Drop Multiple"), /* GTK_STOCK_DND_MULTIPLE */
- N_("Color Picker"), /* GTK_STOCK_COLOR_PICKER */
- N_("Directory"), /* GTK_STOCK_DIRECTORY */
- N_("File"), /* GTK_STOCK_FILE */
- N_("Missing Image") /* GTK_STOCK_MISSING_IMAGE */
+ /* GTK_STOCK_DIALOG_AUTHENTICATION */
+ N_("Authentication"),
+ /* GTK_STOCK_DND */
+ N_("Drag and Drop"),
+ /* GTK_STOCK_DND_MULTIPLE */
+ N_("Drag and Drop Multiple"),
+ /* GTK_STOCK_COLOR_PICKER */
+ N_("Color Picker"),
+ /* GTK_STOCK_DIRECTORY */
+ N_("Directory"),
+ /* GTK_STOCK_FILE */
+ N_("File"),
+ /* GTK_STOCK_MISSING_IMAGE */
+ N_("Missing Image")
};
static GSList *stock_prefixs = NULL;