[Gpa-commits] r864 - trunk/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Mar 27 19:30:35 CET 2008
Author: marcus
Date: 2008-03-27 19:30:35 +0100 (Thu, 27 Mar 2008)
New Revision: 864
Removed:
trunk/src/gpa_tips.de
trunk/src/gpa_tips.en
Modified:
trunk/src/ChangeLog
trunk/src/Makefile.am
Log:
2008-03-27 Marcus Brinkmann <marcus at g10code.de>
* Makefile.am (tip_files): Removed variable.
(pkgdata_DATA): Remove $(tip_files).
(EXTRA_DIST): Remove $(tip_files).
* gpa_tips.de, gpa_tips.en: Removed file.
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2008-03-27 02:12:20 UTC (rev 863)
+++ trunk/src/ChangeLog 2008-03-27 18:30:35 UTC (rev 864)
@@ -1,5 +1,10 @@
2008-03-27 Marcus Brinkmann <marcus at g10code.de>
+ * Makefile.am (tip_files): Removed variable.
+ (pkgdata_DATA): Remove $(tip_files).
+ (EXTRA_DIST): Remove $(tip_files).
+ * gpa_tips.de, gpa_tips.en: Removed file.
+
* helpmenu.c: Convert file encoding to UTF-8.
(help_about): Rewritten to use stock gtk about dialog.
(about_dialog, scroll_text, SCROLLING, DIM, shuffle_array)
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2008-03-27 02:12:20 UTC (rev 863)
+++ trunk/src/Makefile.am 2008-03-27 18:30:35 UTC (rev 864)
@@ -1,11 +1,10 @@
## Process this file with automake to produce Makefile.in
-tip_files = gpa_tips.en gpa_tips.de
logo = gpa_logo.ppm
-pkgdata_DATA = $(tip_files) $(logo)
+pkgdata_DATA = $(logo)
-EXTRA_DIST = $(tip_files) $(logo) gpa.ico gpa-resource.rc
+EXTRA_DIST = $(logo) gpa.ico gpa-resource.rc
if HAVE_W32_SYSTEM
.rc.o:
Deleted: trunk/src/gpa_tips.de
===================================================================
--- trunk/src/gpa_tips.de 2008-03-27 02:12:20 UTC (rev 863)
+++ trunk/src/gpa_tips.de 2008-03-27 18:30:35 UTC (rev 864)
@@ -1,39 +0,0 @@
-# gpa_tips.de - GPA help tips - German version
-# Copyright (C) 2000 G-N-U GmbH.
-#
-# This file is part of GPA
-#
-# GPA is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# GPA is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-#
-
-# The format of this file is pretty simple:
-# Everything after a # is ignored except if the hash is escaped by
-# a backslash. Each tip section is begins by a line starting with
-# the sequence "\:" followed by the keystring for that section and
-# ends before the next such line. The backslash is used as an escape
-# character which may in future be used to do some highlighting. Double
-# the backslash to insert itself.
-# All lines should be less than 256 characters.
-#
-
-\: options_homedir.tip
-Sowohl GnuPG als auch GPA benutzen ein directory um wichtige Status
-Informatioenne zu speichern.
-
-Hier können Sie dieses Directory ändern.
-\: foobar
-Fasel Fasel
-
-
Deleted: trunk/src/gpa_tips.en
===================================================================
--- trunk/src/gpa_tips.en 2008-03-27 02:12:20 UTC (rev 863)
+++ trunk/src/gpa_tips.en 2008-03-27 18:30:35 UTC (rev 864)
@@ -1,38 +0,0 @@
-# gpa_tips.en - GPA help tips - Default version
-# Copyright (C) 2000 G-N-U GmbH.
-#
-# This file is part of GPA
-#
-# GPA is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# GPA is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-#
-
-# The format of this file is pretty simple:
-# Everything after a # is ignored except if the hash is escaped by
-# a backslash. Each tip section is begins by a line starting with
-# the sequence "\:" followed by the keystring for that section and
-# ends before the next such line. The backslash is used as an escape
-# character which may in future be used to do some highlighting. Double
-# the backslash to insert itself.
-# All lines should be less than 256 characters.
-#
-
-\: options_homedir.tip
-GnuPG and GPa both use one directory to store important information.
-
-Using this entry you can change this directory.
-\: foobar
-Fasel Fasel
-
-
More information about the Gpa-commits
mailing list