windows announcements file name

This commit is contained in:
Robin Gareus
2015-07-11 23:39:22 +02:00
parent e7c60afd6b
commit be14d600c9

View File

@@ -794,6 +794,8 @@ ARDOUR_UI::check_announcements ()
#ifdef __APPLE__
_annc_filename = PROGRAM_NAME "_announcements_osx_";
#elif defined PLATFORM_WINDOWS
_annc_filename = PROGRAM_NAME "_announcements_windows_";
#else
_annc_filename = PROGRAM_NAME "_announcements_linux_";
#endif