1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Define and use TranslatableStringArray. This lets you define "listeners"...

... for language changes, without inserting extra code to send the
notifications.
This commit is contained in:
Paul Licameli
2015-08-17 11:49:13 -04:00
parent 5c77d34a35
commit b9db3bd83d
9 changed files with 138 additions and 79 deletions

View File

@@ -231,6 +231,7 @@ audacity_SOURCES = \
TrackPanel.h \
TrackPanelAx.cpp \
TrackPanelAx.h \
TranslatableStringArray.h \
UndoManager.cpp \
UndoManager.h \
ViewInfo.cpp \