annotate intl/ref-del.sin @ 1396:b63b5c47efd9 trunk

[svn] This alert is uninformative and due to design, spawns repeatedly instead of using one window. No other plugin does this, and if it is considered useful, should perhaps go to some sort of log window.
author nemo
date Wed, 12 Jul 2006 11:25:26 -0700
parents cb178e5ad177
children f12d7e208b43
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1 # Remove this package from a list of references stored in a text file.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3 # Copyright (C) 2000 Free Software Foundation, Inc.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
5 # This program is free software; you can redistribute it and/or modify it
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
6 # under the terms of the GNU Library General Public License as published
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
7 # by the Free Software Foundation; either version 2, or (at your option)
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
8 # any later version.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
9 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
10 # This program is distributed in the hope that it will be useful,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
13 # Library General Public License for more details.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
14 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
15 # You should have received a copy of the GNU Library General Public
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
16 # License along with this program; if not, write to the Free Software
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
18 # USA.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
19 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
20 # Written by Bruno Haible <haible@clisp.cons.org>.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
21 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
22 /^# Packages using this file: / {
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
23 s/# Packages using this file://
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
24 s/ @PACKAGE@ / /
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
25 s/^/# Packages using this file:/
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
26 }