Use glib to open our 'announcements' file, rather than opening directly with ofstream
authorJohn Emmas <johne53@tiscali.co.uk>
Tue, 8 Sep 2015 14:38:17 +0000 (15:38 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Tue, 8 Sep 2015 14:45:33 +0000 (15:45 +0100)
commitd0fdcf2848f9196404f9a8e7e4f16a3cb931e4a2
tree6f0fad69778cdf61eccb8e1eac2c234d28bf71db
parentd11b15fbca760049cf9c2f0bdf58ecd3d66ee6fb
Use glib to open our 'announcements' file, rather than opening directly with ofstream

(on Windows, std::ofstream doesn't support UTF8)
gtk2_ardour/ardour_ui.cc
gtk2_ardour/pingback.cc