Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv15502

Modified Files:
      Tag: Audacity_UmixIt
        AudacityApp.cpp 
Log Message:
updated Thinklabs Safety Warning alert

Index: AudacityApp.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AudacityApp.cpp,v
retrieving revision 1.97.2.14.2.7
retrieving revision 1.97.2.14.2.8
diff -u -d -r1.97.2.14.2.7 -r1.97.2.14.2.8
--- AudacityApp.cpp     22 Jul 2007 04:37:42 -0000      1.97.2.14.2.7
+++ AudacityApp.cpp     22 Jul 2007 06:43:47 -0000      1.97.2.14.2.8
@@ -842,7 +842,7 @@
          "This folder may be in use by another copy of Audacity.\n"
          "Running two copies of Audacity simultaneously may cause\n"
          "data loss or cause your system to crash.\n\n"
-         "Do you still   want to start Audacity?");
+         "Do you still want to start Audacity?");
       int action = wxMessageBox(prompt,
                                 _("Error locking temporary folder"),
                                 wxYES_NO | wxICON_EXCLAMATION,
@@ -893,20 +893,19 @@
       page << wxT("<br /><br />");
       page << _("You can display, playback, and edit sounds with Mains-Powered 
connections.");
       page << wxT("<br /><br />");
-      page << _("Click ");
-      page << wxT("<a href=\"http://www.thinklabsmedical.com/safety\";>");
-      page << _("here");
-      page << wxT("</a>");
+      page << _("See ");
+      page << wxT("<a 
href=\"http://www.thinklabsmedical.com/safety\";>http://www.thinklabsmedical.com/safety</a>");
       page << _(" for more information.");
+      page << wxT("<br />");
       page << wxT("</font></body></html>");
 
-      wxDialog dlg(NULL, wxID_ANY, wxString(_("Safety Warning: Mains Power")));
+      wxDialog dlg(NULL, wxID_ANY, wxString(_("Thinklabs Safety Warning: Mains 
Power")));
       wxStaticBitmap *b = new wxStaticBitmap(&dlg, wxID_ANY, bmp);
       LinkingHtmlWindow *w = new LinkingHtmlWindow(&dlg, wxID_ANY, 
wxDefaultPosition, wxSize(500, 200), wxHW_SCROLLBAR_NEVER);
       w->SetPage(page);
       w->SetSize(w->GetInternalRepresentation()->GetWidth(),
                  w->GetInternalRepresentation()->GetHeight());
-      wxButton *o = new wxButton(&dlg, wxID_CANCEL, _("Ok"));  // CANCEL so 
you can use ESC key
+      wxButton *o = new wxButton(&dlg, wxID_CANCEL, _("OK"));  // CANCEL so 
you can use ESC key
       o->SetDefault();
 
       wxBoxSizer *v = new wxBoxSizer(wxVERTICAL);


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to