Skip to content

Commit

Permalink
Add new logo in about window.
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 25, 2012
1 parent d919cd2 commit c49d881
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions debian/i-nex.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Version=1.0
Encoding=UTF-8
Name=i-nex
Comment=Aplikacja w wersji alpha wyświetlająca informacje o systemie. Data, wersja biosu oraz producent. Użyta pamięć, całkowita pamięć i dostępne miejsce na dysku. Wyświetla także inne informacje o systemie.
Comment=I-Nex, system information tool
Exec=/usr/bin/i-nex.gambas
Icon=/usr/share/pixmaps/i-nex.png
Icon=/usr/share/pixmaps/i-nex.0.4.x.png
Terminal=false
Type=Application
StartupNotify=true
Expand Down
2 changes: 1 addition & 1 deletion debian/install
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
src/i-nex/i-nex.gambas usr/bin
src/i-nex/i-nex.png usr/share/pixmaps
src/i-nex/logo/i-nex.0.4.x.png usr/share/pixmaps
debian/i-nex.desktop usr/share/applications
debian/check_kernel usr/bin
4 changes: 2 additions & 2 deletions src/i-nex/.lang/.pot
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ msgstr ""
msgid "About"
msgstr ""

#: About.form:19 Finfosys.form:1313
#: About.form:19 Finfosys.form:1313 Fzaslugi.form:143
msgid "Close"
msgstr ""

Expand Down Expand Up @@ -490,7 +490,7 @@ msgid ""
"bliższych informacji należy zapoznać się z Powszechną Licencją Publiczną GNU."
msgstr ""

#: Flicencja.form:22 Fzaslugi.form:143
#: Flicencja.form:22
msgid "Zamknij"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion src/i-nex/.lang/Fzaslugi.pot
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ msgid "Other"
msgstr ""

#: Fzaslugi.form:143
msgid "Zamknij"
msgid "Close"
msgstr ""

6 changes: 3 additions & 3 deletions src/i-nex/.src/About.form
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gambas Form File 3.0

{ Form Form
Move(0,0,259,399)
Move(0,0,258,402)
#Scaled = False
Text = ("About")
Icon = Picture["i-nex.png"]
Expand All @@ -19,8 +19,8 @@
Text = ("License")
}
{ PictureBox1 PictureBox
Move(0,0,258,246)
Picture = Picture["192.png"]
Move(0,0,256,256)
Picture = Picture["logo/i-nex.0.4.x.png"]
Stretch = True
Alignment = Align.Normal
}
Expand Down
3 changes: 2 additions & 1 deletion src/i-nex/.src/Fzaslugi.form
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
}
{ Button1 Button
Move(276,234,84,28)
Text = ("Zamknij")
Text = ("Close")
Picture = Picture["icon:/16/quit"]
}
}
Binary file added src/i-nex/logo/i-nex.0.4.x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit c49d881

Please sign in to comment.