1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Fix 2 minor issues introduced by #1989

* Add space between ":" and name of profile file
* Fix opening location of profile on UNIX-like
This commit is contained in:
Zetok Zalbavar 2015-08-24 17:44:21 +01:00
parent 39771f4720
commit 32f9cfccf2
No known key found for this signature in database
GPG Key ID: C953D3880212068A
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ Share it with your friends to communicate.</string>
<enum>Qt::ClickFocus</enum>
</property>
<property name="text">
<string>&lt;p&gt;&lt;a href=&quot;file:///Dir_Path\&quot;&gt;&lt;span style=&quot; text-decoration: NONE; color:#000000;&quot;&gt;Current profile location: Dir_Path&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</string>
<string>&lt;p&gt;&lt;a href=&quot;file:///Dir_Path&quot;&gt;&lt;span style=&quot; text-decoration: NONE; color:#000000;&quot;&gt;Current profile location: Dir_Path&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>