1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-16 16:20:50 +02:00

Rename UnusedStrings.h as FutureStrings.h

This commit is contained in:
Paul Licameli 2021-06-10 12:03:22 -04:00
parent 9960492039
commit ee8caa2452
3 changed files with 3 additions and 3 deletions

View File

@ -14,6 +14,7 @@ This library depends only on the wxBase subset of wxWidgets.
]]# ]]#
set( SOURCES set( SOURCES
FutureStrings.h
Identifier.cpp Identifier.cpp
Identifier.h Identifier.h
Internat.cpp Internat.cpp
@ -22,7 +23,6 @@ set( SOURCES
Languages.h Languages.h
TranslatableString.cpp TranslatableString.cpp
TranslatableString.h TranslatableString.h
UnusedStrings.h
wxArrayStringEx.h wxArrayStringEx.h
wxArrayStringEx.cpp wxArrayStringEx.cpp
) )

View File

@ -2,7 +2,7 @@
Audacity: A Digital Audio Editor Audacity: A Digital Audio Editor
@file UnusedStrings.h @file FutureStrings.h
Paul Licameli Paul Licameli

View File

@ -377,7 +377,7 @@ wxString SetLang( const FilePaths &pathList, const wxString & lang )
// xgettext when compiling the catalog template audacity.pot. // xgettext when compiling the catalog template audacity.pot.
// Including it here doesn't change that but does make the C++ compiler // Including it here doesn't change that but does make the C++ compiler
// check for correct syntax, but also generate no object code for them. // check for correct syntax, but also generate no object code for them.
#include "UnusedStrings.h" #include "FutureStrings.h"
0 0
); );