mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-09 13:12:17 +01:00
Appearance on OSX is now back to normal or better
Some additional wx3 cleanup as well.
This commit is contained in:
@@ -433,11 +433,8 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
|
||||
AddBuildinfoRow(&informationStr, wxT("PortAudio"),
|
||||
_("Audio playback and recording"), wxString(wxT("v19")));
|
||||
|
||||
informationStr += wxT("<tr><td>"); // start new row
|
||||
// wxWidgets version:
|
||||
informationStr += wxVERSION_STRING;
|
||||
informationStr += wxT("</td><td/><td>");
|
||||
informationStr += wxT("</td></tr>\n"); // end of row
|
||||
AddBuildinfoRow(&informationStr, wxT("wxWidgets"),
|
||||
_("Cross-platform GUI library"), wxVERSION_NUM_DOT_STRING_T);
|
||||
|
||||
informationStr += wxT("</table>\n"); //end table of libraries
|
||||
informationStr += wxT("<h3>");
|
||||
|
||||
Reference in New Issue
Block a user