Skip to content

Commit

Permalink
Add xubuntu detect
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 13, 2013
1 parent df8c809 commit b657b02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/i-nex/.src/Distribution_Detect.module
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Public Sub _init()
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/mint.png"]
Case Like "*Ubuntu*"
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/ubuntu.png"]
Case Like "*xUbuntu*"
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/xubuntu.png"]
Case Like "*openSUSE*"
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/opensuse.png"]
Case Like "*ManjaroLinux*"
Expand Down

0 comments on commit b657b02

Please sign in to comment.