Skip to content

Commit

Permalink
Add openSUSE to Distribution_Detect.module
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Nov 20, 2013
1 parent 09e93db commit 0f11d5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ SearchString=True
File[1]=".src/Finfosys.form"
File[2]=".src/Global.class:88.35"
File[3]=".src/About.form"
Active=4
File[4]=".src/About.class:42.0"
File[5]=".src/battery.module:70.77"
File[6]=".src/Disk_Drives.module:62.30"
Expand All @@ -45,7 +44,8 @@ File[20]=".src/FModules.class:4.30"
File[21]=".src/Input_Devices.module:8.1"
File[22]=".src/net.module:104.1"
File[23]="Data/report-ng.sh:27.44"
File[24]=".src/Distribution_Detect.module:27.0"
Active=24
File[24]=".src/Distribution_Detect.module:21.74"
File[25]=".src/FFlags.module:71.6"
File[26]=".src/Finfosys.class:201.40"
File[27]=".src/FDF.form"
Expand Down
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 "*openSUSE*"
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/opensuse.png"]
End Select

'echo "[System] \
Expand Down

0 comments on commit 0f11d5b

Please sign in to comment.