Audacity 3.2.0
Classes | Variables
audacity::cloud::audiocom::sync::anonymous_namespace{ProjectVersionConflictDialog.cpp} Namespace Reference

Classes

struct  DialogProperties
 

Variables

const DialogProperties dialogProperties []
 

Variable Documentation

◆ dialogProperties

const DialogProperties audacity::cloud::audiocom::sync::anonymous_namespace{ProjectVersionConflictDialog.cpp}::dialogProperties[]
Initial value:
= {
{ XO("Project version conflict detected"),
XO("There's a newer version of this Audacity project on Audio.com. Saving this project will replace it as the newest version instead."),
XO("Save this project"), XO("Discard and open latest version"), false },
{ XO("Project version conflict detected"),
XO("Project contains unsaved changes. There's a newer version of this Audacity project on Audio.com. Discarding changes will open the latest version instead."),
XO("Open local project"), XO("Discard and open latest version"), true },
{ XO("Cloud project conflict"),
XO("You are attempting to open a new active version of this project when there is already one open. Please select which version you wish to remain open."),
XO("Keep currently open version"), XO("Open new version"), false },
}
XO("Cut/Copy/Paste")

Definition at line 27 of file ProjectVersionConflictDialog.cpp.

Referenced by audacity::cloud::audiocom::sync::ProjectVersionConflictDialog::ProjectVersionConflictDialog().