Ver código fonte

Updating links

Source commit: 0c2068c7fa3a816e230addb18fc900a699c9256b
Martin Prikryl 8 anos atrás
pai
commit
d61db8bd36
2 arquivos alterados com 1 adições e 2 exclusões
  1. 1 1
      source/forms/Login.cpp
  2. 0 1
      source/forms/MessageDlg.cpp

+ 1 - 1
source/forms/Login.cpp

@@ -2568,7 +2568,7 @@ TTreeNode * __fastcall TLoginDialog::GetNextNode(TTreeNode * Node, bool Reverse)
     if (Node == NULL)
     {
       // GetLastNode
-      // http://stackoverflow.com/questions/6257348/how-should-i-implement-getlastnode-for-ttreenodes
+      // http://stackoverflow.com/q/6257348/850848
       Node = SessionTree->Items->GetFirstNode();
       TTreeNode * Node2 = Node;
       if (Node2 != NULL)

+ 0 - 1
source/forms/MessageDlg.cpp

@@ -291,7 +291,6 @@ UnicodeString __fastcall TMessageForm::GetFormText()
       }
       MoreMessages += DividerLine;
     }
-    // http://www.ssicom.org/js/x277333.htm
     MessageBrowser->DoCommand(L"UNSELECT");
   }
   UnicodeString MessageCaption = NormalizeNewLines(MessageText);