summaryrefslogtreecommitdiffstats
path: root/perl-install/printer/office.pm
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2003-02-27 18:27:23 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2003-02-27 18:27:23 +0000
commita3e052ab504110709bed840d5845da17b9708273 (patch)
tree7d7c86e2b92c003bd6be0a0d7cda5bde869ac343 /perl-install/printer/office.pm
parent81ac6c82c0b71e1f1a0a94c9ff91abc38d1a795d (diff)
downloaddrakx-backup-do-not-use-a3e052ab504110709bed840d5845da17b9708273.tar
drakx-backup-do-not-use-a3e052ab504110709bed840d5845da17b9708273.tar.gz
drakx-backup-do-not-use-a3e052ab504110709bed840d5845da17b9708273.tar.bz2
drakx-backup-do-not-use-a3e052ab504110709bed840d5845da17b9708273.tar.xz
drakx-backup-do-not-use-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.pm2
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) };