|
From: <sag...@us...> - 2011-07-29 12:25:24
|
Revision: 937
http://modplug.svn.sourceforge.net/modplug/?rev=937&view=rev
Author: saga-games
Date: 2011-07-29 12:25:18 +0000 (Fri, 29 Jul 2011)
Log Message:
-----------
[Fix] Default mod type thingy should now really work.
Modified Paths:
--------------
trunk/OpenMPT/mptrack/Mptrack.cpp
Modified: trunk/OpenMPT/mptrack/Mptrack.cpp
===================================================================
--- trunk/OpenMPT/mptrack/Mptrack.cpp 2011-07-28 22:08:33 UTC (rev 936)
+++ trunk/OpenMPT/mptrack/Mptrack.cpp 2011-07-29 12:25:18 UTC (rev 937)
@@ -1019,7 +1019,7 @@
if (!m_bInitialized) return;
// Default module type
- MODTYPE nNewType = MOD_TYPE_IT;
+ MODTYPE nNewType = CMainFrame::GetSettings().defaultModType;
bool bIsProject = false;
// Get active document to make the new module of the same type
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|