diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-21 12:03:22 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-21 12:03:22 +0200 |
commit | 2bbcfa3423ce6331745fef31c8fcfed310f1875f (patch) | |
tree | e0941f4150b26d8293f854abd2e83474db5cc18d /plugingui/Makefile.am | |
parent | af01e8e8031bc9c0c29cc3afe17a63fded5dbeeb (diff) |
Add utf8 to latin1 conversion to use it in the "About" textfield.
The utf8 conversion files were taken from the Pracro repository and
modified to better fit into the DG codebase.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index c4fc9f2..2be22fb 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -90,6 +90,7 @@ nodist_libdggui_la_SOURCES = \ texture.cc \ texturedbox.cc \ toggle.cc \ + utf8.cc \ verticalline.cc \ widget.cc \ window.cc \ |