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:
parent
39771f4720
commit
32f9cfccf2
|
@ -123,7 +123,7 @@ ProfileForm::ProfileForm(QWidget *parent) :
|
|||
void ProfileForm::prFileLabelUpdate()
|
||||
{
|
||||
Nexus& nexus = Nexus::getInstance();
|
||||
bodyUI->prFileLabel->setText(tr("Current profile:") + nexus.getProfile()->getName() + ".tox");
|
||||
bodyUI->prFileLabel->setText(tr("Current profile: ") + nexus.getProfile()->getName() + ".tox");
|
||||
}
|
||||
|
||||
ProfileForm::~ProfileForm()
|
||||
|
|
|
@ -171,7 +171,7 @@ Share it with your friends to communicate.</string>
|
|||
<enum>Qt::ClickFocus</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><p><a href="file:///Dir_Path\"><span style=" text-decoration: NONE; color:#000000;">Current profile location: Dir_Path</span></a></p></string>
|
||||
<string><p><a href="file:///Dir_Path"><span style=" text-decoration: NONE; color:#000000;">Current profile location: Dir_Path</span></a></p></string>
|
||||
</property>
|
||||
<property name="textFormat">
|
||||
<enum>Qt::RichText</enum>
|
||||
|
|
Loading…
Reference in New Issue
Block a user