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
FutureStrings.h
Identifier.cpp
Identifier.h
Internat.cpp
@ -22,7 +23,6 @@ set( SOURCES
Languages.h
TranslatableString.cpp
TranslatableString.h
UnusedStrings.h
wxArrayStringEx.h
wxArrayStringEx.cpp
)

View File

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

View File

@ -377,7 +377,7 @@ wxString SetLang( const FilePaths &pathList, const wxString & lang )
// xgettext when compiling the catalog template audacity.pot.
// 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.
#include "UnusedStrings.h"
#include "FutureStrings.h"
0
);