QTfrontend/ui/widget/chatwidget.cpp
changeset 13910 6c8d4e140f27
parent 13846 d8e606cf8ff5
child 14871 0f39f8efbd2e
--- a/QTfrontend/ui/widget/chatwidget.cpp	Sun Oct 14 21:25:59 2018 +0300
+++ b/QTfrontend/ui/widget/chatwidget.cpp	Sun Oct 14 21:57:30 2018 +0300
@@ -308,7 +308,7 @@
 
 void HWChatWidget::linkClicked(const QUrl & link)
 {
-    if ((link.scheme() == "http") or (link.scheme() == "https"))
+    if ((link.scheme() == "http") || (link.scheme() == "https"))
         QDesktopServices::openUrl(link);
     else if (link.scheme() == "hwnick")
     {