Audacity 3.2.0
ClassicThemeAsCeeCode.cpp
Go to the documentation of this file.
1/*!********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 @file ClassicThemeAsCeeCode.cpp
6
7 Paul Licameli split from Theme.cpp
8
9 **********************************************************************/
10
11#include <vector>
12#include "Theme.h"
13
14static const std::vector<unsigned char> ImageCacheAsData {
15// Include the generated file full of numbers
16#include "ClassicThemeAsCeeCode.h"
17};
18
20 /* i18n-hint: describing the "classic" or traditional
21 appearance of older versions of Audacity */
22 { "classic", XO("Classic") }, PreferredSystemAppearance::Light, ImageCacheAsData
23};
static const std::vector< unsigned char > ImageCacheAsData
static ThemeBase::RegisteredTheme theme
XO("Cut/Copy/Paste")