mirror of
https://github.com/wiremod/advdupe2.git
synced 2025-03-04 03:03:05 -05:00
Use correct URLs for help
For now I just commented out the forum link, as there's not an obvious replacement and the old thread is dead and irrelevant. Fixes #107
This commit is contained in:
parent
852f579c4a
commit
e1c4388877
@ -1119,13 +1119,13 @@ function PANEL:Init()
|
||||
self.Help:SizeToContents()
|
||||
self.Help:SetTooltip("Help Section")
|
||||
self.Help.DoClick = function(btn)
|
||||
local Menu = DermaMenu()
|
||||
Menu:AddOption("Forum", function() gui.OpenURL("http://www.facepunch.com/threads/1136597") end)
|
||||
Menu:AddOption("Bug Reporting", function() gui.OpenURL("http://code.google.com/p/advdupe2/issues/list") end)
|
||||
Menu:AddOption("Controls", function() gui.OpenURL("http://code.google.com/p/advdupe2/wiki/Controls") end)
|
||||
Menu:AddOption("Commands", function() gui.OpenURL("http://code.google.com/p/advdupe2/wiki/ServerSettings") end)
|
||||
Menu:Open()
|
||||
end
|
||||
local Menu = DermaMenu()
|
||||
-- Menu:AddOption("Forum", function() gui.OpenURL("http://www.facepunch.com/threads/1136597") end)
|
||||
Menu:AddOption("Bug Reporting", function() gui.OpenURL("https://github.com/wiremod/advdupe2/issues") end)
|
||||
Menu:AddOption("Controls", function() gui.OpenURL("https://github.com/wiremod/advdupe2/wiki/Controls") end)
|
||||
Menu:AddOption("Commands", function() gui.OpenURL("https://github.com/wiremod/advdupe2/wiki/Server-settings") end)
|
||||
Menu:Open()
|
||||
end
|
||||
|
||||
self.Submit = vgui.Create("DImageButton", self)
|
||||
self.Submit:SetMaterial( "icon16/page_save.png" )
|
||||
@ -1337,4 +1337,4 @@ if(game.SinglePlayer())then
|
||||
end
|
||||
end)
|
||||
end
|
||||
vgui.Register("advdupe2_browser", PANEL, "Panel")
|
||||
vgui.Register("advdupe2_browser", PANEL, "Panel")
|
||||
|
Loading…
Reference in New Issue
Block a user