fixed file-dialog for choosing export filename

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1691 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-09-22 22:44:01 +00:00
parent 7a16ae1311
commit 28ace82fad
2 changed files with 23 additions and 14 deletions

View File

@@ -1,5 +1,15 @@
2008-09-22 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/core/song.cpp:
fixed file-dialog for choosing export filename
* src/core/project_renderer.cpp:
start render-thread with normal priority on win32 as otherwise the
whole GUI is almost frozen
* CMakeLists.txt:
removed -Wstrict-aliasing=2 warning
* src/core/midi/midi_winmm.cpp:
cleanups