mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Minor touch-up
Add '*.orig' to .gitignore Add '.' to string
This commit is contained in:
parent
685b8ecdb8
commit
45848066a2
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,3 +7,4 @@ qrc_*
|
|||
Makefile
|
||||
qtox
|
||||
*.qm
|
||||
*.orig
|
||||
|
|
|
@ -97,7 +97,7 @@ void AddFriendForm::onSendTriggered()
|
|||
} else {
|
||||
if (Settings::getInstance().getUseProxy())
|
||||
{
|
||||
QMessageBox::StandardButton btn = QMessageBox::warning(main, "qTox", tr("qTox needs to use the Tox DNS, but can't do it through a proxy\n\
|
||||
QMessageBox::StandardButton btn = QMessageBox::warning(main, "qTox", tr("qTox needs to use the Tox DNS, but can't do it through a proxy.\n\
|
||||
Ignore the proxy and connect to the Internet directly ?"), QMessageBox::Ok|QMessageBox::No, QMessageBox::No);
|
||||
if (btn != QMessageBox::Ok)
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue
Block a user