diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2010-07-27 20:11:20 +0200 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2010-07-27 20:11:20 +0200 |
commit | f56ae64d51b8d6326023cff6c7d4063cdf9dc694 (patch) | |
tree | eaf0802cbe0ce6fe02a885696d2dba9f8e365456 /vcl/source/src/print.src | |
parent | 86daa367395d94cdd19fa8771955096f4a8fe53b (diff) |
vcl114: #i89515# add a print selection button to print accessory view
Diffstat (limited to 'vcl/source/src/print.src')
-rw-r--r-- | vcl/source/src/print.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/src/print.src b/vcl/source/src/print.src index 58f0a477c848..010cae338e0e 100644 --- a/vcl/source/src/print.src +++ b/vcl/source/src/print.src @@ -488,5 +488,6 @@ StringArray SV_PRINT_NATIVE_STRINGS < "Page number"; >; < "Number of pages"; >; < "More"; >; + < "Print selection only"; >; }; }; |