]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/dialogs/AddBookmarkDialog.cpp
Handle HTTP authentication. https://redmine.stoutner.com/issues/898
[PrivacyBrowserPC.git] / src / dialogs / AddBookmarkDialog.cpp
index e35759b0929393e36b9305d46a1bcf23890ee93a..041ca3d33df3db53b761d1ab9717c18936783b06 100644 (file)
@@ -169,7 +169,7 @@ void AddBookmarkDialog::browse()
 
 void AddBookmarkDialog::updateUi()
 {
-    // Determine if both line edits are populated.
+    // Update the add button status
     if (bookmarkNameLineEditPointer->text().isEmpty() || bookmarkUrlLineEditPointer->text().isEmpty())  // At least one of the line edits is empty.
     {
         // Disable the add button.