GNOME Bugzilla – Bug 678218
SVG graph shows "G" as title
Last modified: 2012-07-22 11:13:40 UTC
Created attachment 216583 [details] Example for "G" title When pressing the arrow in the top left corner of an interactive svg graph a new tab is created with just the graph in it. The title of this new tab is "G" it would be nicer when this would give te name of the routine plus "Call graph" / "Caller graph". See attached example
Created attachment 216584 [details] [review] Sensible title for (svg) graph when arrow used This patch gives the new window a more descriptive title when the arrow (top right) in an interactive svg graph is used. 2 new translator functions are required and have been implemented for the English and Dutch language, trCallerGraphGraph and trCallGraphGraph.
Thanks, I'll include the patch, but I decided to use the label in gray box (root node) as the graph's title.
Comment on attachment 216584 [details] [review] Sensible title for (svg) graph when arrow used [Patch => setting "patch" flag and correct mimetype]
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.1.2. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.
Works as described