Added strList adap. Fix name get from AppInfo.ini

This commit is contained in:
Belac Darkstorm
2016-08-31 08:52:37 -05:00
parent f2621afdda
commit 24a821aaed
4 changed files with 109 additions and 9 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
package main
import (
"gxuiCustom"
"os"
"os/exec"
"path"
@@ -16,7 +15,7 @@ var (
func uiMain(dri gxui.Driver) {
dr = dri
catAdap := &gxuiCustom.StrList{}
catAdap := &StrList{}
catAdap.SetStrings(cats)
appAdap := &prtapAdap{}
th := dark.CreateTheme(dr)