Fix name of Dropbox settings page.
This commit is contained in:
parent
821405cdd2
commit
847e4ce121
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>DropboxSettingsPage</class>
|
||||
<widget class="QWidget" name="GoogleDriveSettingsPage">
|
||||
<widget class="QWidget" name="DropboxSettingsPage">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
|
@ -11,7 +11,7 @@
|
|||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Google Drive</string>
|
||||
<string>Dropbox</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="../../data/data.qrc">
|
||||
|
|
Loading…
Reference in New Issue