Skip to content

Commit

Permalink
Some ASOUND Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jun 23, 2014
1 parent d39e09b commit 6f1f935
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/i-nex/.src/Distribution_Detect.module
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
' along with this program. If not, see <http://www.gnu.org/licenses/>.

Public Sub _inits()
Dim DV As String = File.Load("" & User.Home & "/.i-nex/DistributionVendor.conf")
Dim DE As String = File.Load("" & User.Home & "/.i-nex/DE.conf")
Dim DV As String = File.Load(User.Home & "/.i-nex/DistributionVendor.conf")
Dim DE As String = File.Load(User.Home & "/.i-nex/DE.conf")
Select Case DV
Case Like "*Mint*"
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/mint.png"]

Finfosys.PictureBox2.Name = "mint.png"
Case Like "*Ubuntu*"
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/ubuntu.png"]
Finfosys.PictureBox2.Name = "ubuntu.png"
Expand Down

0 comments on commit 6f1f935

Please sign in to comment.