Skip to content

plug-ins: fix string warning in palette export menu

Anders Jonsson requested to merge ajonsson/gimp:palette-export-stringfix into master

This fixes a repeating string warning reached In the tab menu for Palettes dialog, by choosing Export as, and hovering over Java map...:

(gimp-2.99:33343): Gtk-WARNING **: 14:41:10.592: Failed to set text 'Export the active palette as a java.util.Hashtable<String, Color><i><span weight='light'></span></i>' from markup due to error parsing markup: Error on line 1 char 73: Odd character ?>?, expected a ?=? after attribute name ?Color? of element ?String,?

Here I have taken the easiest solution by taking away everything after Hashtable in the string Export the active palette as a java.util.Hashtable<String, Color>, disregard this if there is some better/preferred solution. :-)

Merge request reports