diff options
author | Marius Kintel <marius@kintel.net> | 2012-08-22 01:08:55 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-08-22 01:08:55 (GMT) |
commit | 2f07f78932a0070a0ed1dbe2a4574d4814ff5cb5 (patch) | |
tree | 8e0c9935530002ded634d4b4e61d0c881c3d6e51 /openscad.qrc | |
parent | 37f14683aba8289a54ee9a49ddcec3c6ec25c2ce (diff) |
Extracted the about box contents to an external file for easier editing
Diffstat (limited to 'openscad.qrc')
-rw-r--r-- | openscad.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openscad.qrc b/openscad.qrc index beee19a..84745e9 100644 --- a/openscad.qrc +++ b/openscad.qrc @@ -5,5 +5,6 @@ <file>icons/prefs3DView.png</file> <file>icons/prefsEditor.png</file> <file>icons/flattr.png</file> + <file>src/AboutDialog.html</file> </qresource> </RCC> |