diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2003-02-27 18:27:23 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2003-02-27 18:27:23 +0000 |
commit | a3e052ab504110709bed840d5845da17b9708273 (patch) | |
tree | 7d7c86e2b92c003bd6be0a0d7cda5bde869ac343 /perl-install/printer/office.pm | |
parent | 81ac6c82c0b71e1f1a0a94c9ff91abc38d1a795d (diff) | |
download | drakx-a3e052ab504110709bed840d5845da17b9708273.tar drakx-a3e052ab504110709bed840d5845da17b9708273.tar.gz drakx-a3e052ab504110709bed840d5845da17b9708273.tar.bz2 drakx-a3e052ab504110709bed840d5845da17b9708273.tar.xz drakx-a3e052ab504110709bed840d5845da17b9708273.zip |
Make OpenOffice.org opening a GUI printing tool when printing with the "Generic Printer".
Diffstat (limited to 'perl-install/printer/office.pm')
-rw-r--r-- | perl-install/printer/office.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printer/office.pm b/perl-install/printer/office.pm index 235ebf12a..f4a01a224 100644 --- a/perl-install/printer/office.pm +++ b/perl-install/printer/office.pm @@ -106,7 +106,7 @@ sub configureoffice { $configfilecontent = addentry($parameters[0], $parameters[1] . $suites->{$suite}{perl} . - $spoolers{$printer->{SPOOLER}}{print_command}, + $spoolers{$printer->{SPOOLER}}{print_gui}, $configfilecontent); # Write back Star Office configuration file return eval { output("$::prefix$configfilename", $configfilecontent) }; |