Beta 10

His Dad [05-12-15 - 19:29]
Beta 10
Sq  Done
Filename
Doc/Changelog.txt
HistOffline.lua
data/de.lua
data/en.lua
data/fr.lua
history.txt
diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt
index e273686..c35aa85 100644
--- a/Doc/Changelog.txt
+++ b/Doc/Changelog.txt
@@ -1,3 +1,10 @@
+2015-05-13 version 10
+	Quests awarding Skill points, Now has detail panel with clickable link
+
+	UPGRADE
+	Nothing special required.
+
+
 2015-05-09 version 9
 	Quests awarding Skill points, work in progress.
 	Thankyou Joklix.
diff --git a/HistOffline.lua b/HistOffline.lua
index 3693b90..ffa8c3e 100644
--- a/HistOffline.lua
+++ b/HistOffline.lua
@@ -10,7 +10,7 @@ local Colour_Heading_Complete = "#58FA58"


 -- ========================
-version= "Beta 9"
+version= "Beta 10"
 require( "iuplua" )
 require( "iupluacontrols" )
 dofile "../../SavedVariables/History.lua"
@@ -656,16 +656,16 @@ end

 				Line= Line+1
 			end
-	--[[		-- Click on Link,
-			function me.SQ_Detail_box[key]:click_cb(L,C)
+		-- Click on Link,
+		local thisSQDetail = me.SQ_Detail_box[key]	-- The function def below doesn't like the [key]
+		function thisSQDetail:click_cb(L,C)
 				if C == 2 then
-				--iup.help{self:getcell,L,C}
-				--	print(self:getcell(L,C))
+					iup.Help(self:getcell(L,C))		-- Launch Browser
 				else
 					return IUP_IGNORE
 				end
 			end
-			--]]
+
 			iup.Append(me.SQ_Detail_Zbox, me.SQ_Detail_box[key])
 		end

diff --git a/data/de.lua b/data/de.lua
index bcb2000..e4a9a63 100644
--- a/data/de.lua
+++ b/data/de.lua
@@ -53,10 +53,10 @@ Area_names = {
 		WBosses = "World Bosses",
 		Zone = "Zone",
 		SkillQuests = "SkillQuests",
-		SkillLab = "Quests mit Skillpunkt-Belohnung Click for detail.",
+		SkillLab = "Quests mit Skillpunkt-Belohnung. Click for detail.",
 		Ach_ID = "Ach ID",
 		Name = "Name",
-		Link = "Link",
+		Link = "Link (Click to launch)",
 		Detail = "Detail",
 	}

diff --git a/data/en.lua b/data/en.lua
index a43feaa..60f6fb3 100644
--- a/data/en.lua
+++ b/data/en.lua
@@ -54,7 +54,7 @@ Area_names = {
 		SkillLab = "Quests Awarding a Skill Point. Click for Detail",
 		Ach_ID = "Ach ID",
 		Name = "Name",
-		Link = "Link",
+		Link = "Link (Click to launch)",
 		Detail = "Detail",
 	}

diff --git a/data/fr.lua b/data/fr.lua
index cb01764..d6dc660 100644
--- a/data/fr.lua
+++ b/data/fr.lua
@@ -50,10 +50,10 @@ Area_names = {
 		WBosses = "World Bosses",
 		Zone = "Zone",
 		SkillQuests = "SkillQuests",
-		SkillLab = "Quests Awarding a Skill Point",
+		SkillLab = "Quests Awarding a Skill Point. Click for Detail",
 		Ach_ID = "Ach ID",
 		Name = "Name",
-		Link = "Link",
+		Link = "Link (Click to launch)",
 	}

 pub_names = {
diff --git a/history.txt b/history.txt
index 9a5a256..a584c2d 100644
--- a/history.txt
+++ b/history.txt
@@ -1,6 +1,6 @@
 ## Title: Dad's History
 ## APIVersion: 100011
-## Version: Beta 8
+## Version: Beta 10
 ## Author: HisDad
 ## Description: Record progress of all characters for offline viewing.
 ## SavedVariables: History_SV