Skip to content

Commit

Permalink
Add To report gen, new pastebin websites
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jun 11, 2014
1 parent ea2efeb commit ee81a6a
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions src/i-nex/.src/FReport_Gen.class
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,31 @@ Public Sub Form_Open()
ButtonBox1.Text = Desktop.Path & "/report.txt"
Endif

ComboBox1.Add("pastebin.com")
ComboBox1.Add("cxg.de")
ComboBox1.Add("slexy.org")
ComboBox1.Add("dpaste.com")
ComboBox1.Add("fpaste.org")
ComboBox1.Add("hpaste.org")
ComboBox1.Add("lpaste.net")
ComboBox1.Add("paste2.org")
ComboBox1.Add("pastie.org")
ComboBox1.Add("p.defau.lt")
ComboBox1.Add("sprunge.us")
ComboBox1.Add("pb.daviey.com")
ComboBox1.Add("paste.kde.org")
ComboBox1.Add("susepaste.org")
ComboBox1.Add("paste.pocoo.org")
ComboBox1.Add("paste.ubuntu.com")
ComboBox1.Add("pastebin.com")
ComboBox1.Add("pastebin.mate-desktop.org")
ComboBox1.Add("paste.debian.net")
ComboBox1.Add("paste.drizzle.org")
ComboBox1.Add("paste.opensuse.org")
ComboBox1.Add("paste.kde.org")
ComboBox1.Add("paste.openstack.org")
ComboBox1.Add("paste.ubuntu.org.cn")
ComboBox1.Add("paste.opensuse.org")
ComboBox1.Add("paste.pocoo.org")
ComboBox1.Add("paste.pound-python.org")
ComboBox1.Add("paste.ubuntu.com")
ComboBox1.Add("paste.ubuntu.org.cn")
ComboBox1.Add("pastie.org")
ComboBox1.Add("pb.daviey.com")
ComboBox1.Add("p.defau.lt")
ComboBox1.Add("slexy.org")
ComboBox1.Add("sprunge.us")
ComboBox1.Add("susepaste.org")
ComboBox1.Add("yourpaste.net")

If Settings["Window/X"] = Null Then
Me.Center
Else
Expand Down

0 comments on commit ee81a6a

Please sign in to comment.