There is still a bug.
--- NassiPlugin.cpp (revision 6539)
+++ NassiPlugin.cpp (working copy)
@@ -213,7 +213,7 @@
#ifdef USE_SVG
if ( !exportmenu->FindItem(NASSI_ID_EXPORT_SVG) )
- exportmenu->Append(NASSI_ID_EXPORT_SVG, _("SVG"), _T"export to SVG format"));
+ exportmenu->Append(NASSI_ID_EXPORT_SVG, _("SVG"), _("export to SVG format"));
#endif
if ( !exportmenu->FindItem(NASSI_ID_EXPORT_BITMAP) )