From 25bcec55ef3c07f9ee00ca823810a5f75c1f9545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Mon, 22 Nov 2010 09:58:26 +0000 Subject: [PATCH] [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 --- comp/src/gb.form/.lang/.pot | 20 ++++++++++++-------- comp/src/gb.form/.src/Stock.class | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/comp/src/gb.form/.lang/.pot b/comp/src/gb.form/.lang/.pot index 5bccf2700..1af4b95b8 100644 --- a/comp/src/gb.form/.lang/.pot +++ b/comp/src/gb.form/.lang/.pot @@ -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 "" diff --git a/comp/src/gb.form/.src/Stock.class b/comp/src/gb.form/.src/Stock.class index e45f84f04..7a0105e49 100644 --- a/comp/src/gb.form/.src/Stock.class +++ b/comp/src/gb.form/.src/Stock.class @@ -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)