|
From: <sag...@us...> - 2011-07-28 22:08:39
|
Revision: 936
http://modplug.svn.sourceforge.net/modplug/?rev=936&view=rev
Author: saga-games
Date: 2011-07-28 22:08:33 +0000 (Thu, 28 Jul 2011)
Log Message:
-----------
That last commit wasn't quite correct...
Modified Paths:
--------------
trunk/OpenMPT/mptrack/MainFrm.cpp
Modified: trunk/OpenMPT/mptrack/MainFrm.cpp
===================================================================
--- trunk/OpenMPT/mptrack/MainFrm.cpp 2011-07-28 22:07:15 UTC (rev 935)
+++ trunk/OpenMPT/mptrack/MainFrm.cpp 2011-07-28 22:08:33 UTC (rev 936)
@@ -2189,7 +2189,7 @@
pModDoc->ClearFilePath(); // Clear path so that saving will not take place in templates/examples folder.
if (bTemplateFile)
{
- pModDoc->GetFileHistory()->empty(); // Reset edit history for template files
+ pModDoc->GetFileHistory()->clear(); // Reset edit history for template files
pModDoc->GetSoundFile()->m_dwCreatedWithVersion = MptVersion::num;
pModDoc->GetSoundFile()->m_dwLastSavedWithVersion = 0;
theApp.RemoveMruItem(0);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|