diff options
| author | 1029chris <1029chris@gmail.com> | 2016-05-25 13:17:32 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-05-25 13:17:32 -0700 |
| commit | 23efa0ab35c8cfeea4c72225cf4a5188fff0e467 (patch) | |
| tree | 74ac95fa9965a17ddf5817884a72d951213f834e /var.lua | |
| parent | 43383980b797997267bf466361026a72ce6936d4 (diff) | |
Finished adding different file type icons
Diffstat (limited to 'var.lua')
| -rw-r--r-- | var.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,7 @@ function loadVar() f.home[4] = {name="Pictures",type=0,x=0,y=0,hl=false} f.home[5] = {name="Videos",type=0,x=0,y=0,hl=false} f.pictures = {} - f.pictures[1] = {name="Pictures",type=0,x=0,y=0,hl=false} + f.pictures[1] = {name="meme.jpg",type=0,x=0,y=0,hl=false} f.documents = {} f.music = {} f.videos = {} |
