Skip to content

Commit

Permalink
Fix lspci location in Reportm.module
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 3, 2013
1 parent 8e35fe7 commit 4d70d0d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions src/i-nex/.lang/.pot
Original file line number Diff line number Diff line change
Expand Up @@ -58,63 +58,63 @@ msgstr ""
msgid "Dariusz Duma"
msgstr ""

#: About.form:133
#: About.form:134
msgid "Tomasz Przybył (FadeMind) "
msgstr ""

#: About.form:154
#: About.form:156
msgid "Marcin (Netbit73) Mach"
msgstr ""

#: About.form:176
#: About.form:179
msgid "Graphic in 0.4.x Version"
msgstr ""

#: About.form:181
#: About.form:184
msgid "mmaciek12"
msgstr ""

#: About.form:190
#: About.form:193
msgid "DeviantArt"
msgstr ""

#: About.form:203
#: About.form:206
msgid "Graphic in 0.2.x Version"
msgstr ""

#: About.form:207
#: About.form:210
msgid "Daniel 'DaNieL' Pabis "
msgstr ""

#: About.form:212
#: About.form:215
msgid "daniel.pabis@interia.pl"
msgstr ""

#: About.form:217
#: About.form:220
msgid "Maciej Urmański"
msgstr ""

#: About.form:222
#: About.form:225
msgid "maciej14@gmail.com"
msgstr ""

#: About.form:232
#: About.form:235
msgid "License"
msgstr ""

#: About.form:236
#: About.form:239
msgid ""
"GNU LESSER GENERAL PUBLIC LICENSE\n"
" Version 3, 29 June 2007\n"
"\n"
"See: http://www.gnu.org/licenses/lgpl.txt"
msgstr ""

#: About.form:239
#: About.form:242
msgid "Other"
msgstr ""

#: About.form:243
#: About.form:246
msgid ""
"Pastebinit script for send reports to more services:\n"
"\n"
Expand All @@ -123,7 +123,7 @@ msgid ""
"Homepage: http://www.stgraber.org/"
msgstr ""

#: About.form:251
#: About.form:254
msgid "I-Nex Home page"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ File[3]=".src/Global.class:11.61"
File[4]=".src/About.form"
File[5]=".src/About.class:83.22"
File[6]=".src/battery.module:70.77"
Active=7
File[7]=".src/Disk_Drives.module:88.32"
File[8]=".src/ScreenShot.form"
File[9]=".src/ScreenShot.class:12.65"
Expand All @@ -50,6 +49,7 @@ File[25]=".src/FinfosysNew.class:37.30"
File[26]=".src/net.module:49.66"
File[27]="Data/report-ng.sh:27.44"
File[28]=".src/Distribution_Detect.module:20.0"
Active=29
File[29]=".src/FFlags.module:78.22"
Count=29

Expand Down
2 changes: 1 addition & 1 deletion src/i-nex/.src/Reportm.module
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Public Sub include(lspci As Boolean, lsusb As Boolean, scsi As Boolean, dmesg As
Wait 0.1
PBV(0.4)
TextInfo("Include lspci information ... ...")
Shell "lspci >>" & save_dir & "" Wait
Shell "" & ChkPrm.ChkExecDir("lspci") & " >>" & save_dir & "" Wait
Wait 0.1
PBV(0.5)
TextInfo("Include lspci information ... ...")
Expand Down

0 comments on commit 4d70d0d

Please sign in to comment.