How to see "Ref" in GUI? (/src/dialogs/item-properties.cpp:317)
As I understand from sources I should see it opening properties of
clonned object. But I always see Id/Label/Description/etc whether I
select cloned or not clonned object or object's clone.
sp_item_widget_setup ( SPWidget *spw, Inkscape::Selection *selection )
...
if (SP_OBJECT_IS_CLONED (item)) {
/* ID */
...
gtk_label_set_text (GTK_LABEL (w), _("Ref"));
...
/* Label */
...
gtk_label_set_text (GTK_LABEL (w), _("Ref"));
} else {
...
/* ID */
...
gtk_label_set_markup_with_mnemonic (GTK_LABEL (w), _("_Id"));
...
/* Label */
...
/* Title */
...
/* Description */
etc
--
http://375gnu.wordpress.com
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
Inkscape-translator mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/inkscape-translator