aboutsummaryrefslogtreecommitdiff
path: root/demos/iconTransform.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'demos/iconTransform.tcl')
-rw-r--r--demos/iconTransform.tcl5
1 files changed, 2 insertions, 3 deletions
diff --git a/demos/iconTransform.tcl b/demos/iconTransform.tcl
index 2dd4d45..442d7a5 100644
--- a/demos/iconTransform.tcl
+++ b/demos/iconTransform.tcl
@@ -31,12 +31,11 @@ pack $w.buttons.dismiss $w.buttons.code -side left -expand 1
text $w.text -relief sunken -borderwidth 2 -height 6
pack $w.text -expand yes -fill both
-$w.text insert end {This demo needs openGL for rescaling/rotating the icon
- You can transform this gif image with your mouse:
+$w.text insert end {You can transform this image with your mouse:
Drag-Button 1 for moving,
Drag-Button 2 for zooming,
Drag-Button 3 for rotating,
- Shift-Drag-Button 1 for modifying the transparency.}
+ Shift-Drag-Button 1 for modifying the transparency (OpenGL only).}
###########################################