Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1420) icon of contributed tools do not visualize icons properly

icon of contributed tools do not visualize icons properly
---------------------------------------------------------

                 Key: UDIG-1420
                 URL: http://jira.codehaus.org/browse/UDIG-1420
             Project: uDIG
          Issue Type: Bug
          Components: API project
    Affects Versions: UDIG 1.2.M0
         Environment: all
            Reporter: Andrea Antonello
            Priority: Critical
             Fix For: UDIG 1.2.M0


Icons are not properly set for modal tools.
The problem is in the ToolProxy, where the pluginid that is used to retrieve the icon is trimmed.

i.e. instead of being:
eu.hydrologis.jgrass.tools
it arrives to the toolproxy as:
eu.hydrologis.jgrass

and therefore misses the icon.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top