diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-06-25 22:08:45 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-06-25 22:08:45 +0800 |
commit | 285a8e2322d2a8f612e0f8e7b2f923f96af9bf3a (patch) | |
tree | 0900bedbf55670c5e725e99ecab121ddb78a0412 /embed | |
parent | 4d95823df4166a6430bb07fc0701a8ab1c838a38 (diff) | |
download | gsoc2013-epiphany-285a8e2322d2a8f612e0f8e7b2f923f96af9bf3a.tar gsoc2013-epiphany-285a8e2322d2a8f612e0f8e7b2f923f96af9bf3a.tar.gz gsoc2013-epiphany-285a8e2322d2a8f612e0f8e7b2f923f96af9bf3a.tar.bz2 gsoc2013-epiphany-285a8e2322d2a8f612e0f8e7b2f923f96af9bf3a.tar.lz gsoc2013-epiphany-285a8e2322d2a8f612e0f8e7b2f923f96af9bf3a.tar.xz gsoc2013-epiphany-285a8e2322d2a8f612e0f8e7b2f923f96af9bf3a.tar.zst gsoc2013-epiphany-285a8e2322d2a8f612e0f8e7b2f923f96af9bf3a.zip |
Fix typo in the printer name
2004-06-25 Marco Pesenti Gritti <marco@gnome.org>
* embed/MozillaPrivate.cpp:
Fix typo in the printer name
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/MozillaPrivate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/MozillaPrivate.cpp b/embed/mozilla/MozillaPrivate.cpp index c19f96919..42e86932b 100644 --- a/embed/mozilla/MozillaPrivate.cpp +++ b/embed/mozilla/MozillaPrivate.cpp @@ -105,7 +105,7 @@ NS_METHOD MozillaCollatePrintSettings (const EmbedPrintInfo *info, options->SetMarginLeft (MM_TO_INCH (info->left_margin)); options->SetMarginRight (MM_TO_INCH (info->right_margin)); - PRUnichar postscript[] = { 'P', 'o', 's', 't', 's', 'c', 'r', 'i', + PRUnichar postscript[] = { 'P', 'o', 's', 't', 'S', 'c', 'r', 'i', 'p', 't', '/', 'd', 'e', 'f', 'a', 'u', 'l', 't', '\0' }; options->SetPrinterName(postscript); |