Update of /cvsroot/audacity/audacity-src/src/toolbars
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv16403/toolbars

Modified Files:
      Tag: Audacity_1_3_5-Camp_Jam
        ToolBar.h ToolManager.cpp 
Log Message:
Camp Jam customizations

Index: ToolManager.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/toolbars/ToolManager.cpp,v
retrieving revision 1.16.2.1
retrieving revision 1.16.2.2
diff -u -d -r1.16.2.1 -r1.16.2.2
--- ToolManager.cpp     27 Sep 2008 23:07:21 -0000      1.16.2.1
+++ ToolManager.cpp     3 Nov 2008 05:27:50 -0000       1.16.2.2
@@ -53,6 +53,7 @@
 #endif
 
 #include "ToolManager.h"
+#include "BrandToolBar.h"
 #include "ControlToolBar.h"
 #include "DeviceToolBar.h"
 #include "EditToolBar.h"
@@ -397,6 +398,9 @@
    mBars[ TranscriptionBarID ] = new TranscriptionToolBar();
    mBars[ SelectionBarID ]     = new SelectionBar();
    mBars[ DeviceBarID ]        = new DeviceToolBar();
+   #if WANT_BRAND_TOOLBAR
+      mBars[ BrandBarID ]         = new BrandToolBar();
+   #endif
 
    // We own the timer
    mTimer.SetOwner( this );
@@ -406,7 +410,7 @@
 } 
 
 //
-// Destructer
+// Destructor
 //
 ToolManager::~ToolManager()
 {

Index: ToolBar.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/toolbars/ToolBar.h,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- ToolBar.h   18 Jun 2007 16:10:54 -0000      1.6
+++ ToolBar.h   3 Nov 2008 05:27:50 -0000       1.6.2.1
@@ -59,6 +59,7 @@
 enum
 {
    NoBarID = -1,
+   BrandBarID, // Usually big, so put it first in default order. 
    ControlBarID,
    ToolsBarID,
    MeterBarID,


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to