- Timestamp:
- 01/13/2008 03:50:54 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/MainFrame.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MainFrame.cpp
r137 r138 391 391 { 392 392 393 wxString link = wxT("http://openyahtzee.sourceforge.net/ update.php?version=");393 wxString link = wxT("http://openyahtzee.sourceforge.net/download/check-for-updates/"); 394 394 395 395 link += wxT(OY_VERSION); … … 406 406 void MainFrame::OnSendComment (wxCommandEvent& event) 407 407 { 408 wxString link = wxT("http://openyahtzee.sourceforge.net/feedback .php");408 wxString link = wxT("http://openyahtzee.sourceforge.net/feedback/"); 409 409 410 410 LaunchBrowser(link); … … 1156 1156 } 1157 1157 1158 if (m_settingsdb->GetKey("openyahtzeehomepage") == "") {1159 m_settingsdb->SetKey("openyahtzeehomepage", "http://openyahtzee.sourceforge.net/");1160 }1161 1162 if (m_settingsdb->GetKey("updateurl") == "") {1163 /*the version string will be appended in the end of the1164 given url */1165 m_settingsdb->SetKey("updateurl", "http://openyahtzee.sourceforge.net/update.php?version=");1166 }1167 1168 1158 return 1; 1169 1159 }
Note: See TracChangeset
for help on using the changeset viewer.
