- Correctly manage file extensions in load/save dialogs. I couldnt find a way to automagically add the extension on file save. Its just too much of an hassle to do it by hand, isn`t it?

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@989 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
elvez 2006-09-02 01:01:37 +00:00
parent f617c51a87
commit 4b3cce6bea
2 changed files with 4 additions and 4 deletions

View file

@ -112,7 +112,7 @@ void XMLSerializer::restore_snapshot(const Glib::ustring& filename, History& his
const Glib::ustring XMLSerializer::get_filename_extension()
{
return Glib::ustring("xsgp");
return Glib::ustring("xgp");
}