summaryrefslogtreecommitdiff
path: root/gtk2_ardour/latency_gui.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-30 20:45:15 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-30 20:45:15 +0000
commit51460dac3f8667fb84d6849e3f3b6e0af72261bd (patch)
tree3ab2cd634dc31186ef3df410ee255f90b809b909 /gtk2_ardour/latency_gui.cc
parent696cdbb00f9ad6954344f6249c2824043cae7a8c (diff)
i18n fixes.
git-svn-id: svn://localhost/ardour2/branches/3.0@8396 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/latency_gui.cc')
-rw-r--r--gtk2_ardour/latency_gui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/latency_gui.cc b/gtk2_ardour/latency_gui.cc
index 73b6bf1a30..c7e5693f01 100644
--- a/gtk2_ardour/latency_gui.cc
+++ b/gtk2_ardour/latency_gui.cc
@@ -52,7 +52,7 @@ LatencyGUI::LatencyGUI (Latent& l, framepos_t sr, framepos_t psz)
{
Widget* w;
- if (unit_strings.empty()) {
+ if (!unit_strings.empty()) {
unit_strings = I18N (_unit_strings);
}