diff options
| author | Olivier Humbert <trebmuh@tuxfamily.org> | 2020-08-13 17:52:34 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-08-30 15:59:27 +0200 | 
| commit | db9daf141f1645149b45cc12a067ff61c7da9794 (patch) | |
| tree | c90088af52efd2549a5025db1e6a8753d749f7ba /test | |
| parent | e30988f7b85e1ba31cee325fe6a49bcfa78cfc4a (diff) | |
Add _(...) to most strings of the UI.
Diffstat (limited to 'test')
| -rw-r--r-- | test/uitests/Makefile.am | 18 | 
1 files changed, 12 insertions, 6 deletions
diff --git a/test/uitests/Makefile.am b/test/uitests/Makefile.am index b28682f..8b1877e 100644 --- a/test/uitests/Makefile.am +++ b/test/uitests/Makefile.am @@ -3,7 +3,8 @@ noinst_PROGRAMS = resizetest tabwidgettest framewidgettest \  resizetest_LDADD = \  	$(top_builddir)/plugingui/libdggui.la \ -	$(top_builddir)/src/libdg.la +	$(top_builddir)/src/libdg.la \ +	$(top_builddir)/src/libnls.la  resizetest_CXXFLAGS = \  	-I$(top_srcdir)/plugingui \  	-I$(top_srcdir)/src \ @@ -14,7 +15,8 @@ resizetest_SOURCES = \  tabwidgettest_LDADD = \  	$(top_builddir)/plugingui/libdggui.la \ -	$(top_builddir)/src/libdg.la +	$(top_builddir)/src/libdg.la \ +	$(top_builddir)/src/libnls.la  tabwidgettest_CXXFLAGS = \  	-I$(top_srcdir)/plugingui \  	-I$(top_srcdir)/src \ @@ -25,7 +27,8 @@ tabwidgettest_SOURCES = \  filebrowsertest_LDADD = \  	$(top_builddir)/plugingui/libdggui.la \ -	$(top_builddir)/src/libdg.la +	$(top_builddir)/src/libdg.la \ +	$(top_builddir)/src/libnls.la  filebrowsertest_CXXFLAGS = \  	-I$(top_srcdir)/plugingui \  	-I$(top_srcdir)/src \ @@ -36,7 +39,8 @@ filebrowsertest_SOURCES = \  framewidgettest_LDADD = \  	$(top_builddir)/plugingui/libdggui.la \ -	$(top_builddir)/src/libdg.la +	$(top_builddir)/src/libdg.la \ +	$(top_builddir)/src/libnls.la  framewidgettest_CXXFLAGS = \  	-I$(top_srcdir)/plugingui \  	-I$(top_srcdir)/src \ @@ -60,7 +64,8 @@ benchmarktest_resource_data.cc: $(top_builddir)/plugingui/rcgen $(RES)  benchmarktest_LDADD = \  	$(top_builddir)/plugingui/libdggui.la \ -	$(top_builddir)/src/libdg.la +	$(top_builddir)/src/libdg.la \ +	$(top_builddir)/src/libnls.la  benchmarktest_CXXFLAGS = \  	-I$(top_srcdir)/plugingui \  	-I$(top_srcdir)/src \ @@ -77,7 +82,8 @@ CLEANFILES = benchmarktest_resource_data.cc  powerwidgettest_LDADD = \  	$(top_builddir)/plugingui/libdggui.la \ -	$(top_builddir)/src/libdg.la +	$(top_builddir)/src/libdg.la \ +	$(top_builddir)/src/libnls.la  powerwidgettest_CXXFLAGS = \  	-I$(top_srcdir)/plugingui \  	-I$(top_srcdir)/src \  | 
