Audacity 3.2.0
Variables
UpdateNoticeDialog.cpp File Reference

Declare a dialog to notify the user about automatic update checking. More...

#include "UpdateNoticeDialog.h"
#include <wx/button.h>
#include <wx/stattext.h>
#include "ShuttleGui.h"
#include "CodeConversions.h"
#include "prefs/PrefsDialog.h"
#include "AccessibleLinksFormatter.h"
Include dependency graph for UpdateNoticeDialog.cpp:

Go to the source code of this file.

Variables

static const auto title
 
static const auto firstParagraph
 
static const auto secondParagraph
 
static const auto thirdParagraph
 

Detailed Description

Declare a dialog to notify the user about automatic update checking.


Audacity: A Digital Audio Editor

Dmitry Vedenko

Definition in file UpdateNoticeDialog.cpp.

Variable Documentation

◆ firstParagraph

const auto firstParagraph
static
Initial value:
=
XO("To stay up to date, you will receive an in-app notification whenever there is a new version of Audacity available to download.")
XO("Cut/Copy/Paste")

Definition at line 27 of file UpdateNoticeDialog.cpp.

Referenced by UpdateNoticeDialog::UpdateNoticeDialog().

◆ secondParagraph

const auto secondParagraph
static
Initial value:
=
XO("In order to protect your privacy, Audacity does not collect any personal information. However, app update checking does require network access.")

Definition at line 31 of file UpdateNoticeDialog.cpp.

Referenced by UpdateNoticeDialog::UpdateNoticeDialog().

◆ thirdParagraph

const auto thirdParagraph
static
Initial value:
=
XO("You can turn off app update checking at any time in %s.")

Definition at line 35 of file UpdateNoticeDialog.cpp.

Referenced by UpdateNoticeDialog::UpdateNoticeDialog().

◆ title

const auto title
static
Initial value:
=
XO("App update checking")

Definition at line 23 of file UpdateNoticeDialog.cpp.

Referenced by UpdateNoticeDialog::UpdateNoticeDialog().