20#include <wx/stattext.h>
24XO(
"No Updates Available");
32 parent, -1,
XO("Check
for Updates"), wxDefaultPosition, wxDefaultSize, wxCAPTION | wxCLOSE_BOX)
42 S.StartHorizontalLay();
48 wxStaticText* titleCtrl =
S.AddVariableText(
title,
false, 0, 500);
50 wxFont font = titleCtrl->GetFont().MakeLarger().MakeBold();
52 titleCtrl->SetFont(font);
56 XO(
"If you want to change your preference for automatic updates checking, you can find it in %s."));
60 wxT(
"%s"),
XO(
"Preferences > Application"), [parent,
this]() {
EVT_BUTTON(wxID_NO, DependencyDialog::OnNo) EVT_BUTTON(wxID_YES
for(int ii=0, nn=names.size();ii< nn;++ii)
Information dialog about no updates available, that allows to navigate to settings quickly.
void OnOk(wxCommandEvent &event)
virtual ~NoUpdatesAvailableDialog()
void SelectPageByName(const wxString &pageName)
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.