From: <pst...@us...> - 2008-04-06 23:00:41
|
Revision: 430 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=430&view=rev Author: pstieber Date: 2008-04-06 16:00:36 -0700 (Sun, 06 Apr 2008) Log Message: ----------- Updated the include path to the synthesizer dialog. Modified Paths: -------------- trunk/jazz/src/TrackFrame.cpp Modified: trunk/jazz/src/TrackFrame.cpp =================================================================== --- trunk/jazz/src/TrackFrame.cpp 2008-04-06 22:54:03 UTC (rev 429) +++ trunk/jazz/src/TrackFrame.cpp 2008-04-06 23:00:36 UTC (rev 430) @@ -36,7 +36,7 @@ #include "Configuration.h" #include "Harmony.h" #include "Dialogs/MetronomeSettingsDialog.h" -#include "SynthesizerSettingsDialog.h" +#include "Dialogs/SynthesizerSettingsDialog.h" #include "AboutDialog.h" // These are the tool bar icons. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |