[PATCH 3/3] Webservices: make the dialog title more generic

Lubomir I. Ivanov neolit123 at gmail.com
Mon Dec 9 15:02:08 UTC 2013


From: "Lubomir I. Ivanov" <neolit123 at gmail.com>

We use the same dialog for both the Subsurface WS and for the
divelogs.de one. Instead of the old title (which suggests download)
we can use a more generic one - "Webservice Connection"

This makes it easy for us to maintain a dialog that can both
upload and download data, while the dialog title is descriptive
enough.

Fixes #352

Signed-off-by: Lubomir I. Ivanov <neolit123 at gmail.com>
---
 qt-ui/webservices.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt-ui/webservices.ui b/qt-ui/webservices.ui
index 04a6841..fc6d6bc 100644
--- a/qt-ui/webservices.ui
+++ b/qt-ui/webservices.ui
@@ -11,7 +11,7 @@
    </rect>
   </property>
   <property name="windowTitle">
-   <string>Download Location Data</string>
+   <string>Webservice Connection</string>
   </property>
   <property name="windowIcon">
    <iconset>
-- 
1.7.11.msysgit.0



More information about the subsurface mailing list