Skip to content

Commit

Permalink
Fix Device real size to show in GB
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Apr 23, 2012
1 parent 565a878 commit 3658343
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/i-nex/.lang/.pot
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,6 @@ msgstr ""
msgid "Picture quality:"
msgstr ""

#: Start_App_Args.form:13 Start_App_ArgsOld.form:13
#: Start_App_Args.form:13
msgid "Invalid Arguments!!"
msgstr ""
4 changes: 2 additions & 2 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ File[4]=".src/About.form"
File[5]=".src/About.class:63.30"
File[6]=".src/distrodetect.class:4.23"
File[7]=".src/battery.module:26.47"
File[8]=".src/Disk_Drives.module:40.36"
Active=8
File[8]=".src/Disk_Drives.module:101.11"
File[9]=".src/ScreenShot.form"
File[10]=".src/ScreenShot.class:12.63"
File[11]=".src/ScreenShotM.module:7.0"
Expand All @@ -39,7 +40,6 @@ File[15]=".src/Reportm.module:319.10"
File[16]=".src/FReport_Gen.form"
File[17]=".src/FReport_Gen.class:33.1"
File[18]=".src/Start_App_Args.form"
Active=19
File[19]=".src/Start_App_Args.class:69.5"
File[20]=".src/ChkPrm.module:15.0"
File[21]=".src/BIOS_microcode_update_recommended.module:2.19"
Expand Down
2 changes: 1 addition & 1 deletion src/i-nex/.src/Disk_Drives.module
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Public Sub rm_new_line()
device_model = Replace(device_model, "\n", "")
device_vendor = Replace(device_vendor, "\n", "")
device_uuid = Replace(device_uuid, "\n", "")
real_size = Replace(real_size, "\n", "")
real_size = ((Replace(real_size, "\n", "") / 1024000) / 2) & " GB"
filesystem_type = Replace(filesystem_type, "\n", "")
mount_widtch = Replace(mount_widtch, "\n", "")
device_rev = Replace(device_rev, "\n", "")
Expand Down

0 comments on commit 3658343

Please sign in to comment.