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

Modified Files:
        GUIPrefs.cpp 
Log Message:
This is 'work in progress'!

Add a section to audacity/win/release.txt about updating the help files.
Add the help files (local wiki content) to the windows installer, putting them 
in installDirectory/Help.
Make FileNames::HtmlHelpDir() find this new location.
(Note that for the developer, copying the help to audacity\win\unicode 
debug\Help is useful)
Changed Help->Index... to Help->Help...
Changed default pref  for Help->Help from 'Standard' to 'InBrowser'... (with a 
view to losing 'Standard' altogether).

Index: GUIPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/GUIPrefs.cpp,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- GUIPrefs.cpp        24 May 2009 11:31:05 -0000      1.79
+++ GUIPrefs.cpp        26 May 2009 00:03:45 -0000      1.80
@@ -122,7 +122,7 @@
 
          S.TieChoice(_("Help:"),
                      wxT("/GUI/Help"),
-                     wxT("Standard"),
+                     wxT("InBrowser"),
                      mHtmlHelpChoices,
                      mHtmlHelpCodes);
          S.SetSizeHints(mHtmlHelpChoices);


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to