Add image scaling
diff --git a/examples/org.eclipse.swt.examples/src/examples_graphics.properties b/examples/org.eclipse.swt.examples/src/examples_graphics.properties
index 6d2b502..8a2017b 100644
--- a/examples/org.eclipse.swt.examples/src/examples_graphics.properties
+++ b/examples/org.eclipse.swt.examples/src/examples_graphics.properties
@@ -116,6 +116,7 @@
 rgb=RGB
 Graphics=Graphics
 Flip=Flip
+Scale=Scale
 Rotate=Rotate
 xscale=X-Scale
 yscale=Y-Scale
@@ -145,6 +146,7 @@
 GradientImageDescription=This tab is an animated graphic. It presents the word SWT in different fonts as it bounces around the screen.
 AntialiasingGraphicsDesc=This tab demonstrates antialiasing for graphics. Antialiasing is used for smoothing jagged edges in graphics. This tab allows the user to see the effects of different antialiasing values.
 FlipDescription=This tab demonstrates how an image can be flipped in various fashions.
+ScaleDescription=This tab demonstrates how an image can be scaled.
 TransformImgDescription=This tab demonstrates transformations, such as scaling, rotation, and invert.  It allows the user to specify values for scaling and rotation.
 ImageInterpolationDesc=This tab shows the effects of applying various interpolation algorithms to images that have been stretched or shrunk.
 IntroductionDescription=This is the introduction tab.  This demonstration makes use of a path clipping.