summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c386426)
raw | patch | inline | side by side (parent: c386426)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sat, 3 May 2008 01:34:26 +0000 (01:34 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sat, 3 May 2008 01:34:26 +0000 (01:34 +0000) |
src/seltrans.cpp | patch | blob | history |
diff --git a/src/seltrans.cpp b/src/seltrans.cpp
index 3c333c11bd6352f10b3f879b0bdb8750364ca34b..e34f6ba83d837acb1d79a16e5e1ad491bf9d37f1 100644 (file)
--- a/src/seltrans.cpp
+++ b/src/seltrans.cpp
}
/* Status text */
- _message_context.setF(Inkscape::NORMAL_MESSAGE,
+ _message_context.setF(Inkscape::IMMEDIATE_MESSAGE,
_("<b>Scale</b>: %0.2f%% x %0.2f%%; with <b>Ctrl</b> to lock ratio"),
100 * _absolute_affine[0], 100 * _absolute_affine[3]);
@@ -1075,7 +1075,7 @@ gboolean Inkscape::SelTrans::stretchRequest(SPSelTransHandle const &handle, NR::
}
// status text
- _message_context.setF(Inkscape::NORMAL_MESSAGE,
+ _message_context.setF(Inkscape::IMMEDIATE_MESSAGE,
_("<b>Scale</b>: %0.2f%% x %0.2f%%; with <b>Ctrl</b> to lock ratio"),
100 * _absolute_affine[0], 100 * _absolute_affine[3]);
@@ -1190,7 +1190,7 @@ gboolean Inkscape::SelTrans::skewRequest(SPSelTransHandle const &handle, NR::Poi
// Update the status text
double degrees = mod360symm(Geom::rad_to_deg(radians));
- _message_context.setF(Inkscape::NORMAL_MESSAGE,
+ _message_context.setF(Inkscape::IMMEDIATE_MESSAGE,
// TRANSLATORS: don't modify the first ";"
// (it will NOT be displayed as ";" - only the second one will be)
_("<b>Skew</b>: %0.2f°; with <b>Ctrl</b> to snap angle"),
// Update the status text
double degrees = mod360symm(Geom::rad_to_deg(radians));
- _message_context.setF(Inkscape::NORMAL_MESSAGE,
+ _message_context.setF(Inkscape::IMMEDIATE_MESSAGE,
// TRANSLATORS: don't modify the first ";"
// (it will NOT be displayed as ";" - only the second one will be)
_("<b>Rotate</b>: %0.2f°; with <b>Ctrl</b> to snap angle"), degrees);