diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-04-25 03:44:57 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-04-25 03:44:57 +0000 |
commit | 8b51038be372cebd04ccf40af27666064dd064b7 (patch) | |
tree | b712ee14f9e499eb6c6039ab2f51193ba138c01b /gtk/paper_names.c | |
parent | eee5ae75685181d357f4485681068b4c7d86c6ec (diff) | |
download | gtk+-8b51038be372cebd04ccf40af27666064dd064b7.tar.gz |
Add prefixes to msgids for paper sizes
Diffstat (limited to 'gtk/paper_names.c')
-rw-r--r-- | gtk/paper_names.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/paper_names.c b/gtk/paper_names.c index c2850d30d7..9fcf65d896 100644 --- a/gtk/paper_names.c +++ b/gtk/paper_names.c @@ -6,6 +6,13 @@ * The PPD names come from the PPD specification. */ +typedef struct { + const gchar *name; + const gchar *size; + const gchar *display_name; + const gchar *ppd_name; +} PaperInfo; + static const PaperInfo standard_names[] = { /* sorted by name, remember to sort when changing */ {"asme_f", "28x40in", N_("asme_f")}, /* f 5 e1 */ |