Updated Files
libbirdfont/ExportSettings.vala |
--- a/libbirdfont/ExportSettings.vala
+++ b/libbirdfont/ExportSettings.vala
@@ -121,7 +121,7 @@
svg.updated.connect ((c) => {
Font f = BirdFont.get_current_font ();
string v = c ? "true" : "false";
- f.settings.set_setting ("export_eot", v);
+ f.settings.set_setting ("export_svg", v);
});
svg.checked = export_svg_setting (font);
svg.margin_bottom = margin;