[gimp/soc-2010-cage-2] app: Tell the user how to commit the cage transform



commit 152258ebf4abcac6f8e50179f1517be59c0bbc25
Author: Alexia Death <alexiadeath gmail com>
Date:   Wed Nov 10 19:11:49 2010 +0200

    app: Tell the user how to commit the cage transform

 app/tools/gimpcagetool.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpcagetool.c b/app/tools/gimpcagetool.c
index 61c4c92..4b5c5cd 100644
--- a/app/tools/gimpcagetool.c
+++ b/app/tools/gimpcagetool.c
@@ -393,6 +393,8 @@ gimp_cage_tool_button_release (GimpTool              *tool,
           gimp_cage_tool_compute_coef (ct, display);
 
           gimp_cage_tool_create_image_map (ct, drawable);
+
+          gimp_tool_push_status (tool, display, _("Press ENTER to commit the transform"));
         }
     }
   else if (ct->moving_handle == -1)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]