Skip to content

Commit

Permalink
Add new bug reporter to About
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 30, 2014
1 parent d47dec7 commit 5862448
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
6 changes: 6 additions & 0 deletions I-Nex/i-nex/.src/About.class
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,9 @@ Public Sub ToolButton1_Click()
Desktop.Open("https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UXEZHC8M3BHJ")

End

Public Sub Button10_Click()

Desktop.Open("mailto:pavbaranov@openlinux.pl")

End
15 changes: 14 additions & 1 deletion I-Nex/i-nex/.src/About.form
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
Alignment = Align.Center
}
{ HBox5 HBox
Move(6,156,427,28)
Move(7,154,427,28)
{ Button11 Button
Move(0,0,96,24)
Expand = True
Expand All @@ -130,6 +130,19 @@
Text = ("Mail")
}
}
{ HBox3 HBox
Move(7,224,427,28)
{ Button10 Button
Move(102,0,96,24)
Expand = True
Text = ("Mail")
}
}
{ Label2 Label
Move(98,196,224,21)
Text = ("Paweł Baranowski (pavbaranov)")
Alignment = Align.Center
}
}
Index = 2
Text = ("License")
Expand Down

0 comments on commit 5862448

Please sign in to comment.