diff options
author | Julien BLACHE <jblache@debian.org> | 2007-11-22 11:42:18 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:42 +0000 |
commit | 95475333e13157b2a9b62c57be7c82d99e0c4460 (patch) | |
tree | 3726327549b591aba1510ff4e56317c12b276243 /src/xsane-preview.h | |
parent | 0db1f3318701235603f80455d7d1e5c1709e5eb1 (diff) | |
parent | 41b1173190f702693b0b4fd2654cf2dc28a447f4 (diff) |
Imported Debian patch 0.995-1debian/0.995-1
Diffstat (limited to 'src/xsane-preview.h')
-rw-r--r-- | src/xsane-preview.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xsane-preview.h b/src/xsane-preview.h index a488ce2..9fada8a 100644 --- a/src/xsane-preview.h +++ b/src/xsane-preview.h @@ -43,7 +43,7 @@ enum MODE_PIPETTE_WHITE, MODE_PIPETTE_GRAY, MODE_PIPETTE_BLACK, - MODE_AUTORAISE_SCANAREA, + MODE_AUTORAISE_SCAN_AREA, MODE_ZOOM_IN }; @@ -185,9 +185,9 @@ typedef struct GtkWidget *zoom_in; /* zoom in button */ GtkWidget *zoom_area; /* zoom area button */ GtkWidget *zoom_undo; /* zoom undo button */ - GtkWidget *full_area; /* select full scanarea */ - GtkWidget *autoraise; /* autoraise scanarea */ - GtkWidget *autoselect; /* autoselect scanarea */ + GtkWidget *full_area; /* select full scan area */ + GtkWidget *autoraise; /* autoraise scan area */ + GtkWidget *autoselect; /* autoselect scan area */ GtkWidget *preset_area_option_menu; /* menu for selection of preview area */ GtkWidget *rotation_option_menu; /* menu for selection of rotation */ GtkWidget *ratio_option_menu; /* menu for selection of ratio */ |