summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-31 15:41:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-31 15:46:15 +0100
commita13362ef97d7cb7216009fe7002a050516895cb4 (patch)
tree7c0e19e639e4501ab9a341ac7d3270d9fca3c027 /vcl/source
parentdcc8c9173d76c3f31af6b1098d920c5491ed150e (diff)
Resolves: fdo#43049 basic PPD custom options support
because this is another way seen in the wild to transmit a fax number through cups as an alternative to using fax4CUPS Change-Id: I32db38aa05213e469442136eb46d0028098a8b7e
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/src/print.src5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/source/src/print.src b/vcl/source/src/print.src
index bd9f85b0991c..e959e92df6ed 100644
--- a/vcl/source/src/print.src
+++ b/vcl/source/src/print.src
@@ -115,4 +115,9 @@ String SV_PRINT_INVALID_TXT
Text [ en-US ] = "<ignore>";
};
+String SV_PRINT_CUSTOM_TXT
+{
+ Text [ en-US ] = "Custom";
+};
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */