Skip to content

Commit

Permalink
Fix icons in forms
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 25, 2012
1 parent c49d881 commit 6cf0d4b
Show file tree
Hide file tree
Showing 8 changed files with 236 additions and 234 deletions.
222 changes: 111 additions & 111 deletions src/i-nex/.lang/.pot

Large diffs are not rendered by default.

220 changes: 110 additions & 110 deletions src/i-nex/.lang/Finfosys.pot

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/i-nex/.lang/Fzaslugi.pot
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ msgid "Art and graphic"
msgstr ""

#: Fzaslugi.form:84
msgid "0.3.x Version"
msgid "0.4.x Version"
msgstr ""

#: Fzaslugi.form:89
Expand Down
4 changes: 2 additions & 2 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ SearchComment=False
SearchString=True

[OpenFile]
Active=1
File[1]=".src/Finfosys.form"
File[2]=".src/Finfosys.class:517.18"
File[3]=".src/Global.class:54.36"
File[4]=".src/About.form"
File[5]=".src/About.class:29.47"
File[6]=".src/Flicencja.form"
Active=7
File[7]=".src/Fzaslugi.form"
File[8]=".src/Fzaslugi.class:35.0"
File[9]=".src/Flicencja.class:4.11"
Expand All @@ -28,7 +28,7 @@ File[12]=".src/Brightness.form"
File[13]=".src/Brightness.class:13.85"
File[14]=".src/Notify.module:4.8"
File[15]=".src/MDBus.module:7.3"
File[16]=".src/Disk_Drives.module:98.0"
File[16]=".src/Disk_Drives.module:21.34"
Count=16

[Watches]
Expand Down
2 changes: 1 addition & 1 deletion src/i-nex/.src/About.form
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Move(0,0,258,402)
#Scaled = False
Text = ("About")
Icon = Picture["i-nex.png"]
Icon = Picture["logo/i-nex.0.4.x.png"]
Resizable = False
{ Button1 Button
Move(175,364,77,28)
Expand Down
3 changes: 2 additions & 1 deletion src/i-nex/.src/Finfosys.form
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
Move(0,0,474,528)
#Scaled = False
Text = ("i-nex")
Icon = Picture["i-nex.png"]
Icon = Picture["logo/i-nex.0.4.x.png"]
Resizable = False
Margin = True
{ TabStrip1 TabStrip
Move(0,0,474,486)
Tag = "System"
Expand Down
13 changes: 7 additions & 6 deletions src/i-nex/.src/Flicencja.form
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Gambas Form File 3.0
{ Form Form

{ Form Form
Move(0,0,378,228)
#Scaled = False
Text = ("Licencja")
Icon = Picture["i-nex.png"]
Icon = Picture["logo/i-nex.0.4.x.png"]
Resizable = False
{ TextArea1 TextArea
{ TextArea1 TextArea
Move(0,0,378,180)
Text = ("Program I-nex jest wolnym oprogramowaniem; mo\xC5\xBCna go rozprowadza\xC4\x87 dalej i/lub modyfikowa\xC4\x87 na warunkach Powszechnej Licencji Publicznej GNU, wydanej przez Fundacj\xC4\x99 Wolnego Oprogramowania - wed\xC5\x82ug wersji drugiej tej Licencji lub kt\xC3\xB3rej\xC5\x9B z p\xC3\xB3\xC5\xBAniejszych wersji.\n\nProgram I-nex rozpowszechniany jest z nadziej\xC4\x85, i\xC5\xBC b\xC4\x99dzie on u\xC5\xBCyteczny - jednak BEZ JAKIEJKOLWIEK GWARANCJI, nawet domy\xC5\x9Blnej gwarancji PRZYDATNO\xC5\x9ACI HANDLOWEJ albo PRZYDATNO\xC5\x9ACI DO OKRE\xC5\x9ALONYCH ZASTOSOWA\xC5\x83. W celu uzyskania bli\xC5\xBCszych informacji nale\xC5\xBCy zapozna\xC4\x87 si\xC4\x99 z Powszechn\xC4\x85 Licencj\xC4\x85 Publiczn\xC4\x85 GNU.")
Text = ("Program I-nex jest wolnym oprogramowaniem; można go rozprowadzać dalej i/lub modyfikować na warunkach Powszechnej Licencji Publicznej GNU, wydanej przez Fundację Wolnego Oprogramowania - według wersji drugiej tej Licencji lub którejś z późniejszych wersji.\n\nProgram I-nex rozpowszechniany jest z nadzieją, iż będzie on użyteczny - jednak BEZ JAKIEJKOLWIEK GWARANCJI, nawet domyślnej gwarancji PRZYDATNOŚCI HANDLOWEJ albo PRZYDATNOŚCI DO OKREŚLONYCH ZASTOSOWAŃ. W celu uzyskania bliższych informacji należy zapoznać się z Powszechną Licencją Publiczną GNU.")
ReadOnly = True
Wrap = True
}
{ Button1 Button
{ Button1 Button
Move(144,192,91,28)
Text = ("Zamknij")
}
}
}
4 changes: 2 additions & 2 deletions src/i-nex/.src/Fzaslugi.form
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Move(0,0,364,266)
#Scaled = False
Text = ("Credits")
Icon = Picture["i-nex.png"]
Icon = Picture["logo/i-nex.0.4.x.png"]
Resizable = False
{ TabStrip1 TabStrip
Move(0,0,366,264)
Expand Down Expand Up @@ -49,7 +49,7 @@
Text = ("Art and graphic")
{ Frame2 Frame
Move(6,6,348,90)
Text = ("0.3.x Version")
Text = ("0.4.x Version")
}
{ Frame1 Frame
Move(6,114,348,78)
Expand Down

0 comments on commit 6cf0d4b

Please sign in to comment.