annotate src/audacious/ui_fileopener.h @ 2448:ff135e2ba10e trunk

[svn] - mark some strings used by GOption as translatable
author nenolod
date Tue, 30 Jan 2007 14:21:06 -0800
parents ea17b8ee57d8
children bb41a2e8ecbe 3b6d316f8b09
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2417
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
1 /* Audacious - Cross-platform multimedia player
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
2 * Copyright (C) 2005-2007 Audacious development team
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
3 *
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
4 * This program is free software; you can redistribute it and/or modify
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
5 * it under the terms of the GNU General Public License as published by
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
6 * the Free Software Foundation; under version 2 of the License.
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
7 *
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
8 * This program is distributed in the hope that it will be useful,
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
11 * GNU General Public License for more details.
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
12 *
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
13 * You should have received a copy of the GNU General Public License
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
14 * along with this program; if not, write to the Free Software
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
16 */
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
17
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
18 #ifndef UI_FILEOPENER_H
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
19 #define UI_FILEOPENER_H
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
20
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
21 #include <gtk/gtk.h>
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
22
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
23 #define NO_PLAY_BUTTON FALSE
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
24 #define PLAY_BUTTON TRUE
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
25
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
26 void run_filebrowser(gboolean clear_pl_on_ok);
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
27
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
28 #endif