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

Modified Files:
      Tag: Audacity_1_3_5-Camp_Jam
        HelpText.cpp 
Log Message:
more customization for Camp Jam (now called Jamling)

Index: HelpText.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/HelpText.cpp,v
retrieving revision 1.22.2.1
retrieving revision 1.22.2.2
diff -u -d -r1.22.2.1 -r1.22.2.2
--- HelpText.cpp        3 Nov 2008 05:27:49 -0000       1.22.2.1
+++ HelpText.cpp        20 Nov 2008 22:28:16 -0000      1.22.2.2
@@ -90,7 +90,7 @@
 wxString ToWelcome( )
 {
 #if ((AUDACITY_BRANDING == BRAND_CAMP_JAM__EASY) || (AUDACITY_BRANDING == 
BRAND_CAMP_JAM__FULL))
-   return _("To [[welcome|Jam Window]]");
+   return _("Back to [[welcome|\"I want to...\"]]");
 #else
    return _("To [[welcome|Welcome screen]]");
 #endif
@@ -186,8 +186,14 @@
                      </ul></p><p>"));
       if (Key == wxT("fixTrack"))
          return WrapText(wxString(wxT("")) + 
-                  _("<p><b>Fix part of a Track</b> \
-                    </p><br><br>") + ToWelcome());
+                  _("<p><b>Fix part of a Track</b></p> \
+                     <ul> \
+                        <li>Select the portion of the desired track.</li> \
+                        <li>Edit menu > Silence (Ctrl+L)</li> \
+                        <li>[[record|Record]] my voice or instrument.</li> \
+                        <li>Tracks menu > Mix and Render</li> \
+                     </ul> \
+                     </p><br><br>") + ToWelcome());
       if ((Key == wxT("ChangeTempo")) || (Key == wxT("ChangePitch")))
       {
          Effect* pEffect = Effect::GetEffectByIdentifier(Key, BUILTIN_EFFECT | 
PROCESS_EFFECT | ADVANCED_EFFECT);


-------------------------------------------------------------------------
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