Translatable propertiy descriptions in libgnomecanvas?



Hi,

I noticed the following in gnome-canvas.c:
	g_object_class_install_property
	        (gobject_class, GROUP_PROP_Y,
		 g_param_spec_double ("y",   
                                      _("Y"),
                                      _("Y"),
                                      -G_MAXDOUBLE, G_MAXDOUBLE, 0.0,
                                      (G_PARAM_READABLE | G_PARAM_WRITABLE)));

(and likewise for `X')

Is it an actual decision to translate property descriptions, or is it a
typo here?


-- 
   .--= ULLA! =---------------------.   `We are not here to give users what
   \     http://cactus.rulez.org     \   they want'  -- RMS, at GUADEC 2001
    `---= cactus cactus rulez org =---'
``If the facts don't fit the theory, change the facts.'' -- Albert Einstein





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