summaryrefslogtreecommitdiff
path: root/propertysheet/src/org/eclipse/wb/core/controls/messages.properties
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-04-19 13:32:08 -0700
committerTor Norbye <tnorbye@google.com>2012-04-19 13:32:08 -0700
commit4b1a9d7baa71df312585022c22e8025fafaba95a (patch)
treef456b9a3b7e64bee9a8f9980f58c641aa6dc3a7e /propertysheet/src/org/eclipse/wb/core/controls/messages.properties
parent710a161c9c528b5e5cb5cd6d0d41736881c9697f (diff)
downloadeclipse-windowbuilder-4b1a9d7baa71df312585022c22e8025fafaba95a.tar.gz
Add support for window docking in the property sheet code
This checkin migrates more of the WindowBuilder code into the property sheet library; in particular, it adds the window docking code for use with the property sheet in ADT. There are also some modifications to the code to support ADT use cases, documented in the updated README. Change-Id: I38e0e2137fdcc179aa6f8927d201ff002c831617
Diffstat (limited to 'propertysheet/src/org/eclipse/wb/core/controls/messages.properties')
-rw-r--r--propertysheet/src/org/eclipse/wb/core/controls/messages.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/propertysheet/src/org/eclipse/wb/core/controls/messages.properties b/propertysheet/src/org/eclipse/wb/core/controls/messages.properties
index 75a1ca0..b2b833f 100644
--- a/propertysheet/src/org/eclipse/wb/core/controls/messages.properties
+++ b/propertysheet/src/org/eclipse/wb/core/controls/messages.properties
@@ -1,2 +1,8 @@
CSpinner_canNotParse=Text "{0}"does not satisfy pattern "{1}"
CSpinner_outOfRange=Value {0} is out of range [{1}, {2}]
+FlyoutControlComposite_dockBottom=&Bottom
+FlyoutControlComposite_dockLeft=&Left
+FlyoutControlComposite_dockManager=&Dock On
+FlyoutControlComposite_dockRight=&Right
+FlyoutControlComposite_dockTop=&Top
+FlyoutControlComposite_title=Flyout \ No newline at end of file