PrintingDialog.st
changeset 3620 bf1ef0302286
parent 3605 e2b12923c061
child 3621 fdc950e0f1d5
--- a/PrintingDialog.st	Fri Jan 23 12:28:36 2009 +0100
+++ b/PrintingDialog.st	Fri Jan 23 13:44:55 2009 +0100
@@ -416,6 +416,7 @@
               name: 'OrientationFrame'
               layout: (LayoutFrame 227 0.0 323 0.0 453 0.0 430 0.0)
               labelPosition: topLeft
+              translateLabel: true
               component: 
              (SpecCollection
                 collection: (
@@ -423,6 +424,7 @@
                     label: 'Portrait'
                     name: 'PortraitRadioButton'
                     layout: (LayoutFrame 0 0.0 10 0.0 104 0.0 32 0.0)
+                    hasCharacterOrientedLabel: false
                     translateLabel: true
                     model: selectedOrientationHolder
                     enableChannel: orientationRadioButtonEnabledHolder
@@ -1384,5 +1386,5 @@
 !PrintingDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/PrintingDialog.st,v 1.10 2008-12-07 22:31:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/PrintingDialog.st,v 1.11 2009-01-23 12:44:55 sr Exp $'
 ! !