Changing wiki link in Help | Help to http://lmms.sourceforge.net/wiki/

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.3@626 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Wayper
2007-12-17 02:13:46 +00:00
parent a265e0c2df
commit e2f9c65d2c
8 changed files with 26 additions and 15 deletions

View File

@@ -893,7 +893,7 @@ void mainWindow::help( void )
tr( "Currently there's no help "
"available in LMMS.\n"
"Please visit "
"http://wiki.mindrules.net "
"http://lmms.sourceforge.net/wiki/ "
"for documentation on LMMS." ),
QMessageBox::Ok );
}