Removed SANE_I18N from backend type string.

merge-requests/1/head
Wittawat Yamwong 2006-06-08 17:49:47 +00:00
rodzic 2153ebdf6e
commit 653a6ea056
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -113,7 +113,7 @@ typedef struct pixma_sane_t
static const char vendor_str[] = "CANON";
static const char type_str[] = SANE_I18N ("multi-function peripheral");
static const char type_str[] = "multi-function peripheral";
static pixma_sane_t *first_scanner = NULL;
static const SANE_Device **dev_list = NULL;