mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
51c33146f8
Submitted by: mi@aldan.algebra.com Approved by: will
13 lines
455 B
Plaintext
13 lines
455 B
Plaintext
diff -ur src/kernel/qpsprinter.cpp src/kernel/qpsprinter.cpp
|
|
--- src/kernel/qpsprinter.cpp Wed Oct 4 13:48:49 2000
|
|
+++ src/kernel/qpsprinter.cpp Mon Oct 9 11:53:48 2000
|
|
@@ -1734,2 +1734,4 @@
|
|
{ QFont::KOI8R, 2084 },
|
|
+ { QFont::KOI8U, 2088 },
|
|
+ { QFont::CP_1251, 2251 },
|
|
{ QFont::ISO_8859_1, 4 },
|
|
@@ -1747,2 +1749,3 @@
|
|
{ QFont::ISO_8859_15, 111 },
|
|
+ { QFont::PT_154, 0 },
|
|
// makeFixedStrings() below assumes that this is last
|