Skip to content

Commit

Permalink
Default pastebin service is now pastebin.com And remove duplication o…
Browse files Browse the repository at this point in the history
…f paste.debian.net
  • Loading branch information
eloaders committed Dec 5, 2013
1 parent c3f4894 commit fd34cd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ File[9]=".src/ScreenShotM.module:7.0"
File[10]=".src/USB_Drives.module:13.0"
File[11]=".src/Asound_Drives.module:34.12"
File[12]=".src/FReport_Gen.form"
File[13]=".src/FReport_Gen.class:90.31"
Active=13
File[13]=".src/FReport_Gen.class:12.35"
File[14]=".src/Start_App_Args.form"
File[15]=".src/Start_App_Args.class:26.17"
File[16]=".src/ChkPrm.module:21.19"
Expand Down Expand Up @@ -72,7 +73,6 @@ File[48]=".src/Reports/MPastebinit.module:16.14"
File[49]=".src/Reports/MSYSTEM_REPORT.module:30.0"
File[50]=".src/Reports/MKERNEL_REPORT.module:13.54"
File[51]=".src/Reports/MInclude.module:62.10"
Active=52
File[52]=".src/Reports/MDRIVES_REPORT.module:44.33"
Count=52

Expand Down
3 changes: 1 addition & 2 deletions src/i-nex/.src/FReport_Gen.class
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ Public Sub Form_Open()
If unity_support_test = True Then
CheckBox10.Visible = True
Endif
ComboBox1.Add("pastebin.com")
ComboBox1.Add("cxg.de")
ComboBox1.Add("fpaste.org")
ComboBox1.Add("paste2.org")
ComboBox1.Add("pastebin.com")
ComboBox1.Add("paste.debian.net")
ComboBox1.Add("paste.debian.net")
ComboBox1.Add("paste.drizzle.org")
ComboBox1.Add("paste.kde.org")
Expand Down

0 comments on commit fd34cd8

Please sign in to comment.