Updated print command

This commit is contained in:
neldoreth 2010-02-02 17:08:02 +01:00
parent 3adbf50ff7
commit c8ba4b23a1

View file

@ -44,7 +44,7 @@ static const char DEFAULT_TEXT[] = "[No Name]";
/* printing */ /* printing */
#define LIST_PRINTER_COMMAND "lpstat -v | sed -n '/^.*device for \\(.*\\): .*$/s//\\1/p'" #define LIST_PRINTER_COMMAND "lpstat -v | sed -n '/^.*device for \\(.*\\): .*$/s//\\1/p'"
#define PRINT_COMMAND "lp -d '%s' -p %s %s" /* printer / pages / file */ #define PRINT_COMMAND "lp -d '%s' -p %s '%s'" /* printer / pages / file */
/* additional settings */ /* additional settings */
#define SHOW_SCROLLBARS 0 #define SHOW_SCROLLBARS 0