Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37852340
en ru br
ALT Linux repos
S:0.1.8-alt7
4.1: 0.1.6-alt0.1.1

Group :: Office
RPM: epdfview

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: epdfview-0.1.8-alt3-color-print-fix.patch
Download


diff --git a/src/PrintPter.cxx b/src/PrintPter.cxx
index bc6132e..42fd790 100644
--- a/src/PrintPter.cxx
+++ b/src/PrintPter.cxx
@@ -306,6 +306,7 @@ PrintPter::printerSelectionChanged ()
                 else
                 {
                     view.addColorModel (_("Grayscale"), "Gray");
+		    view.addColorModel (_("Color"), "RGB");
                 }
                 view.selectColorModel (colorModelToSelect);
                 ppdClose (printerPPD);
diff --git a/po/ru.po b/po/ru.po
index f03a987..f60163c 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -133,6 +133,9 @@ msgstr "300 DPI"
 msgid "Grayscale"
 msgstr "Оттенки серого"
 
+msgid "Color"
+msgstr "Цветная печать"
+
 #: src/PrintPter.cxx:409
 msgid "Idle"
 msgstr "Ожидание"
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin