Skip to content

Commit

Permalink
Fix OpenSUSE Powered By detect
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 6, 2014
1 parent 5fd55cc commit 08b2299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i-nex/.src/Distribution_Detect.module
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Public Sub _inits()
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/ubuntu.png"]
Case Like "*xUbuntu*"
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/xubuntu.png"]
Case Like "*openSUSE*"
Case Like "*SUSE*"
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/opensuse.png"]
Case Like "*Manjaro*"
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/manjaro.png"]
Expand Down

0 comments on commit 08b2299

Please sign in to comment.