|
From: <pst...@us...> - 2008-04-08 21:14:39
|
Revision: 445
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=445&view=rev
Author: pstieber
Date: 2008-04-08 14:14:12 -0700 (Tue, 08 Apr 2008)
Log Message:
-----------
Made some cosmetic changes.
Modified Paths:
--------------
trunk/jazz/src/GuitarWindow.cpp
trunk/jazz/src/GuitarWindow.h
Modified: trunk/jazz/src/GuitarWindow.cpp
===================================================================
--- trunk/jazz/src/GuitarWindow.cpp 2008-04-08 21:09:07 UTC (rev 444)
+++ trunk/jazz/src/GuitarWindow.cpp 2008-04-08 21:14:12 UTC (rev 445)
@@ -31,9 +31,8 @@
//*****************************************************************************
// Description:
-// This is the guitar window definition.
+// This is the guitar window class definition.
//*****************************************************************************
-
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
bool JZGuitarWindow::mChordMode = false;
Modified: trunk/jazz/src/GuitarWindow.h
===================================================================
--- trunk/jazz/src/GuitarWindow.h 2008-04-08 21:09:07 UTC (rev 444)
+++ trunk/jazz/src/GuitarWindow.h 2008-04-08 21:14:12 UTC (rev 445)
@@ -25,7 +25,10 @@
class JZGuitarFrame;
-// define a scrollable canvas for drawing onto
+//*****************************************************************************
+// Description:
+// This is the guitar window class declaration.
+//*****************************************************************************
class JZGuitarWindow : public wxScrolledWindow
{
public:
@@ -100,6 +103,8 @@
DECLARE_EVENT_TABLE()
};
+//*****************************************************************************
+//*****************************************************************************
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
inline
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|