Skip to content

Commit

Permalink
Fix bug #1
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 1, 2013
1 parent d63db69 commit 3037b2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ SearchString=True

[OpenFile]
File[1]=".src/Finfosys.form"
File[2]=".src/Finfosys.class:322.46"
Active=2
File[2]=".src/Finfosys.class:193.35"
File[3]=".src/Global.class:11.61"
File[4]=".src/About.form"
File[5]=".src/About.class:83.22"
Expand All @@ -33,8 +34,7 @@ File[9]=".src/ScreenShot.class:12.65"
File[10]=".src/ScreenShotM.module:7.0"
File[11]=".src/USB_Drives.module:13.0"
File[12]=".src/Asound_Drives.module:33.27"
Active=13
File[13]=".src/Reportm.module:270.21"
File[13]=".src/Reportm.module:4.15"
File[14]=".src/FReport_Gen.form"
File[15]=".src/FReport_Gen.class:28.0"
File[16]=".src/Start_App_Args.form"
Expand Down
2 changes: 2 additions & 0 deletions src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ Public Sub System()
Distribution_Detect._init
TextBox60.Text = File.Load("" & User.Home & "/.i-nex/DistributionVendor.conf")
TextBox61.Text = File.Load("" & User.Home & "/.i-nex/DistributionRelease.conf")
Replace(TextBox60.Text, "\n", "")
Replace(TextBox61.Text, "\n", "")
End

Public Sub grafika()
Expand Down

0 comments on commit 3037b2b

Please sign in to comment.