diff options
author | Joseph W. Joshua <joejoshw@gmail.com> | 2014-07-16 12:04:54 +0300 |
---|---|---|
committer | Thiago Macieira <thiago@macieira.org> | 2014-08-13 10:48:15 -0700 |
commit | a9b55d7f0d00d68523058c5714fa4b199cbf2211 (patch) | |
tree | 5f86d9083eea3993bb2ff6f1dfcc4775bf9af22c /subsurface.qrc | |
parent | 91ccd890482c411c91c65a999573ba85fb28aa07 (diff) | |
download | subsurface-a9b55d7f0d00d68523058c5714fa4b199cbf2211.tar.gz |
Change Dive Computer Configuration dialog
Changes the layout of the ConfigureDiveComputer dialog to use a
list of supported computers on the left, with a stacked widget
showing the configurable details.
Signed-off-by: Joseph W. Joshua <joejoshw@gmail.com>
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index dfeea6819..1951bb424 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -59,10 +59,11 @@ <file alias="icon_ead">icons/ead.png</file> <file alias="icon_HR">icons/icon-HR.png</file> <file alias="calendar">icons/calendarbg.png</file> - <file alias="pictures">icons/pictures.png</file> + <file alias="pictures">icons/pictures.png</file> <file>icons/subsurface/index.theme</file> <file>icons/subsurface/32x32/actions/go-down.png</file> <file>icons/subsurface/32x32/actions/go-up.png</file> <file>icons/subsurface/32x32/actions/window-close.png</file> + <file>icons/ostc3.png</file> </qresource> </RCC> |