Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-04-23 09:57:24 +0000
committerLars Vogel2019-04-24 08:15:39 +0000
commitc737dbd0271f9c2b291ca73083f72096c488d674 (patch)
tree7d9ef407870beee7a029bf053dab003dad8411f0 /examples
parenta72bc4bdb1b35e53fd153195ddca0156074ce5ac (diff)
downloadeclipse.platform.swt-c737dbd0271f9c2b291ca73083f72096c488d674.tar.gz
eclipse.platform.swt-c737dbd0271f9c2b291ca73083f72096c488d674.tar.xz
eclipse.platform.swt-c737dbd0271f9c2b291ca73083f72096c488d674.zip
Bug 475833: Delete TableTree and related items
Change-Id: I0811d7d0ae7e449adf85d031d3eaa2ef143ed5c6 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.swt.examples/src/examples_control.properties5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/org.eclipse.swt.examples/src/examples_control.properties b/examples/org.eclipse.swt.examples/src/examples_control.properties
index a14e90eb8e..12ab870b07 100644
--- a/examples/org.eclipse.swt.examples/src/examples_control.properties
+++ b/examples/org.eclipse.swt.examples/src/examples_control.properties
@@ -47,10 +47,10 @@ Listen = Listen
UntypedEvents = Untyped Events
Edit_Event = Edit Event
Edit_Event_Fields = On {0}, return the following:
-Returning = <- Returning:
+Returning = <- Returning:
Clear = Clear
Set_Get = Set/Get API
-Parameter_Info = {0} e.g. {1}
+Parameter_Info = {0} e.g. {1}
Info_int = 4
Info_intA = 0,1,2
Info_long = 4
@@ -237,7 +237,6 @@ Link_Foreground_Color = Link Foreground Color
Set_Image = Set Image
Set_Top_Right = Set Top Right
Top_Right_Styles = Top Right Styles
-TableTree_column = Column
MenuItem_Cut = Cu&t Ctrl+X
MenuItem_Copy = &Copy Ctrl+C
MenuItem_Paste = &Paste Ctrl+V

Back to the top