Author: post
Date: 2010-06-29 19:34:28 +0200 (Tue, 29 Jun 2010)
New Revision: 3452
Modified:
trunk/librawstudio/rs-curve.c
Log:
Adjust help text.
Modified: trunk/librawstudio/rs-curve.c
===================================================================
--- trunk/librawstudio/rs-curve.c 2010-06-29 17:29:17 UTC (rev 3451)
+++ trunk/librawstudio/rs-curve.c 2010-06-29 17:34:28 UTC (rev 3452)
@@ -132,7 +132,7 @@
g_signal_connect(G_OBJECT(curve), "size-allocate",
G_CALLBACK(rs_curve_widget_size_allocate), NULL);
/* Initialize help */
- curve->help_layout = gtk_widget_create_pango_layout(GTK_WIDGET(curve),
"Mouse button (MB)\nMB 1: New point\nMB 2: Load/Save/Reset Curve\nMB 3: Delete
point");
+ curve->help_layout = gtk_widget_create_pango_layout(GTK_WIDGET(curve),
"Mouse Controls:\nLeft: New point\nShift+Left: Delete point\nRight:
Load/Save/Reset Curve");
PangoFontDescription *font_desc =
pango_font_description_from_string("sans light 8");
pango_layout_set_font_description(curve->help_layout, font_desc);
pango_layout_context_changed(curve->help_layout);
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit