summaryrefslogtreecommitdiff
path: root/vcl/source/src
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-07-27 18:42:13 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-07-27 18:42:13 +0000
commit93e111d0778d7555df7b5a01042183687595f872 (patch)
tree03a3e6aad8c4dcedbe2846ffe9e21648307b7151 /vcl/source/src
parentefe311f79e12853753d50ffaf73630dfc88c1c09 (diff)
#i92518# adapting new UX spec
Diffstat (limited to 'vcl/source/src')
-rw-r--r--vcl/source/src/print.src11
1 files changed, 11 insertions, 0 deletions
diff --git a/vcl/source/src/print.src b/vcl/source/src/print.src
index 600a690ef23d..63d5bc6047c5 100644
--- a/vcl/source/src/print.src
+++ b/vcl/source/src/print.src
@@ -266,6 +266,17 @@ ModalDialog SV_DLG_PRINT
Size = MAP_APPFONT( 100, 80 );
Border = TRUE;
};
+ PushButton SV_PRINT_DETAILS_BTN
+ {
+ Pos = MAP_APPFONT( 5, 5 );
+ Size = MAP_APPFONT( 5, 5 );
+ };
+ FixedText SV_PRINT_DETAILS_TXT
+ {
+ Pos = MAP_APPFONT( 5, 5 );
+ Size = MAP_APPFONT( 10, 10 );
+ Text [en-US] = "Printer details";
+ };
FixedText SV_PRINT_STATUS_TXT
{
Pos = MAP_APPFONT( 5, 5 );