[GB.FORM]

* BUG: Use the right tool to get the current Gnome Icon theme!


git-svn-id: svn://localhost/gambas/trunk@3306 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2010-11-22 09:58:26 +00:00
parent b9f0b10c58
commit 25bcec55ef
2 changed files with 13 additions and 9 deletions

View file

@ -10,6 +10,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: .project:1
msgid "More controls for graphical components"
msgstr ""
#: CBookmarkList.class:50
msgid "Home"
msgstr ""
@ -170,14 +174,6 @@ msgstr ""
msgid "How quickly daft jumping zebras vex"
msgstr ""
#: FileView.class:77
msgid "Name"
msgstr ""
#: FileView.class:80
msgid "Last modified"
msgstr ""
#: FMessage.class:129
msgid "Do not display this message again"
msgstr ""
@ -190,6 +186,14 @@ msgstr ""
msgid "&Previous"
msgstr ""
#: FileView.class:77
msgid "Name"
msgstr ""
#: FileView.class:80
msgid "Last modified"
msgstr ""
#: Help.module:71
msgid "The '/' character is forbidden inside file or directory names."
msgstr ""

View file

@ -112,7 +112,7 @@ Static Private Sub InitTheme()
Case "gnome"
Try Exec ["gconftool", "-g", "/desktop/gnome/interface/icon_theme"] To sTheme
Try Exec ["gconftool-2", "-g", "/desktop/gnome/interface/icon_theme"] To sTheme
If sTheme Then
sTheme = Trim(sTheme)