[gdl] bgo#595837 - Coordinate string fixes
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdl] bgo#595837 - Coordinate string fixes
- Date: Mon, 12 Apr 2010 21:19:47 +0000 (UTC)
commit f8c6cb50f227e5b1f67a2bc7d739df8d69e251f4
Author: Philip Withnall <bugzilla tecnocode co uk>
Date: Mon Apr 12 23:19:25 2010 +0200
bgo#595837 - Coordinate string fixes
gdl/gdl-dock-placeholder.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gdl/gdl-dock-placeholder.c b/gdl/gdl-dock-placeholder.c
index cd12c95..d3fd1fb 100644
--- a/gdl/gdl-dock-placeholder.c
+++ b/gdl/gdl-dock-placeholder.c
@@ -189,15 +189,15 @@ gdl_dock_placeholder_class_init (GdlDockPlaceholderClass *klass)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
g_object_class_install_property (
g_object_class, PROP_FLOAT_X,
- g_param_spec_int ("floatx", _("X-Coordinate"),
- _("X-Coordinate for dock when floating"),
+ g_param_spec_int ("floatx", _("X Coordinate"),
+ _("X coordinate for dock when floating"),
-1, G_MAXINT, -1,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
GDL_DOCK_PARAM_EXPORT));
g_object_class_install_property (
g_object_class, PROP_FLOAT_Y,
- g_param_spec_int ("floaty", _("Y-Coordinate"),
- _("Y-Coordinate for dock when floating"),
+ g_param_spec_int ("floaty", _("Y Coordinate"),
+ _("Y coordinate for dock when floating"),
-1, G_MAXINT, -1,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
GDL_DOCK_PARAM_EXPORT));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]