diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-08-28 18:59:44 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-08-30 15:59:31 +0200 |
commit | c09563fe18c1f29affc3bae6a122824e2ffcb706 (patch) | |
tree | 8db651fd2810767d3ee533e0d29a1e0e9867a0d6 /plugingui/abouttab.h | |
parent | 4515f8152a6a43092995a9314d7d3f5c973bb8e6 (diff) |
Make abouttab read locale specific content if it exists.
Diffstat (limited to 'plugingui/abouttab.h')
-rw-r--r-- | plugingui/abouttab.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugingui/abouttab.h b/plugingui/abouttab.h index eda23da..ed06b1d 100644 --- a/plugingui/abouttab.h +++ b/plugingui/abouttab.h @@ -49,11 +49,6 @@ private: TextEdit text_edit{this}; int margin{10}; - - Resource about{":../ABOUT"}; - Resource bugs{":../BUGS"}; - Resource authors{":../AUTHORS"}; - Resource gpl{":../COPYING"}; }; } // GUI:: |