diff options
Diffstat (limited to 'gtk/deprecated/gtkvscale.c')
-rw-r--r-- | gtk/deprecated/gtkvscale.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/deprecated/gtkvscale.c b/gtk/deprecated/gtkvscale.c index a8cd171fd9..3944383b84 100644 --- a/gtk/deprecated/gtkvscale.c +++ b/gtk/deprecated/gtkvscale.c @@ -43,7 +43,7 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS * a vertical slider. To create one, use gtk_hscale_new_with_range(). * * The position to show the current value, and the number of decimal places - * shown can be set using the parent #GtkScale class's functions. + * shown can be set using the parent #GtkScale class’s functions. * * GtkVScale has been deprecated, use #GtkScale instead. */ @@ -93,7 +93,7 @@ gtk_vscale_new (GtkAdjustment *adjustment) * * Creates a new vertical scale widget that lets the user input a * number between @min and @max (including @min and @max) with the - * increment @step. @step must be nonzero; it's the distance the + * increment @step. @step must be nonzero; it’s the distance the * slider moves when using the arrow keys to adjust the scale value. * * Note that the way in which the precision is derived works best if @step |