Skip to content

Commit

Permalink
Add Scroll to About. Prev Scroll not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Nov 20, 2013
1 parent 2db3257 commit 3586912
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 167 deletions.
42 changes: 21 additions & 21 deletions src/i-nex/.lang/.pot
Original file line number Diff line number Diff line change
Expand Up @@ -35,87 +35,87 @@ msgstr ""
msgid "Credits"
msgstr ""

#: About.form:78
#: About.form:81
msgid "Main developer"
msgstr ""

#: About.form:83
#: About.form:86
msgid "Michał Głowienka"
msgstr ""

#: About.form:93
#: About.form:96
msgid "Home page"
msgstr ""

#: About.form:99
#: About.form:102
msgid "Mail"
msgstr ""

#: About.form:106
#: About.form:109
msgid "Main bug reporter"
msgstr ""

#: About.form:111
#: About.form:114
msgid "Dariusz Duma"
msgstr ""

#: About.form:135
#: About.form:138
msgid "Tomasz Przybył (FadeMind) "
msgstr ""

#: About.form:157
#: About.form:160
msgid "Marcin (Netbit73) Mach"
msgstr ""

#: About.form:180
#: About.form:183
msgid "Graphic in 0.4.x Version"
msgstr ""

#: About.form:185
#: About.form:188
msgid "mmaciek12"
msgstr ""

#: About.form:194
#: About.form:197
msgid "DeviantArt"
msgstr ""

#: About.form:207
#: About.form:210
msgid "Graphic in 0.2.x Version"
msgstr ""

#: About.form:211
#: About.form:214
msgid "Daniel 'DaNieL' Pabis "
msgstr ""

#: About.form:216
#: About.form:219
msgid "daniel.pabis@interia.pl"
msgstr ""

#: About.form:221
#: About.form:224
msgid "Maciej Urmański"
msgstr ""

#: About.form:226
#: About.form:229
msgid "maciej14@gmail.com"
msgstr ""

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

#: About.form:240
#: 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:243
#: About.form:242
msgid "Other"
msgstr ""

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

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

Expand Down
42 changes: 21 additions & 21 deletions src/i-nex/.lang/About.pot
Original file line number Diff line number Diff line change
Expand Up @@ -34,87 +34,87 @@ msgstr ""
msgid "Credits"
msgstr ""

#: About.form:78
#: About.form:81
msgid "Main developer"
msgstr ""

#: About.form:83
#: About.form:86
msgid "Michał Głowienka"
msgstr ""

#: About.form:93
#: About.form:96
msgid "Home page"
msgstr ""

#: About.form:99
#: About.form:102
msgid "Mail"
msgstr ""

#: About.form:106
#: About.form:109
msgid "Main bug reporter"
msgstr ""

#: About.form:111
#: About.form:114
msgid "Dariusz Duma"
msgstr ""

#: About.form:135
#: About.form:138
msgid "Tomasz Przybył (FadeMind) "
msgstr ""

#: About.form:157
#: About.form:160
msgid "Marcin (Netbit73) Mach"
msgstr ""

#: About.form:180
#: About.form:183
msgid "Graphic in 0.4.x Version"
msgstr ""

#: About.form:185
#: About.form:188
msgid "mmaciek12"
msgstr ""

#: About.form:194
#: About.form:197
msgid "DeviantArt"
msgstr ""

#: About.form:207
#: About.form:210
msgid "Graphic in 0.2.x Version"
msgstr ""

#: About.form:211
#: About.form:214
msgid "Daniel 'DaNieL' Pabis "
msgstr ""

#: About.form:216
#: About.form:219
msgid "daniel.pabis@interia.pl"
msgstr ""

#: About.form:221
#: About.form:224
msgid "Maciej Urmański"
msgstr ""

#: About.form:226
#: About.form:229
msgid "maciej14@gmail.com"
msgstr ""

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

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

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

#: About.form:247
#: About.form:246
msgid "Pastebinit script for send reports to more services:\n\nThanks to: Stéphane Graber\n\nHomepage: http://www.stgraber.org/"
msgstr ""

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

5 changes: 4 additions & 1 deletion src/i-nex/.settings
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[Bookmarks]
About=[]

[Breakpoints]
Count=0

Expand Down Expand Up @@ -25,7 +28,7 @@ File[1]=".src/Finfosys.form"
File[2]=".src/Global.class:88.35"
File[3]=".src/About.form"
Active=4
File[4]=".src/About.class:47.1"
File[4]=".src/About.class:62.0"
File[5]=".src/battery.module:70.77"
File[6]=".src/Disk_Drives.module:62.30"
File[7]=".src/ScreenShot.form"
Expand Down
8 changes: 1 addition & 7 deletions src/i-nex/.src/About.class
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Public Sub Form_Open()

Me.Center
ScrollBar1.MaxValue = Panel1.H

End

Public Sub Button1_Click()
Expand Down Expand Up @@ -61,12 +61,6 @@ Public Sub Button10_Click()

End

Public Sub ScrollBar1_Change()

Panel1.Y = - ScrollBar1.Value

End

Public Sub Button4_Click()

Desktop.Open("http://tuxportal.pl/")
Expand Down

0 comments on commit 3586912

Please sign in to comment.