annotate audacious/icons-stock.h @ 2270:50dea14e2fa3 trunk

[svn] Serbian language upadated
author kustodian
date Thu, 04 Jan 2007 14:55:34 -0800
parents 4bc65cec8f7a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2205
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
1 /* Audacious - Cross-platform multimedia player
2252
4bc65cec8f7a [svn] Update copyright notices
kiyoshi
parents: 2205
diff changeset
2 * Copyright (C) 2005-2007 Audacious development team.
2205
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
3 *
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
4 * This program is free software; you can redistribute it and/or modify
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
5 * it under the terms of the GNU General Public License as published by
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
6 * the Free Software Foundation; under version 2 of the License.
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
7 *
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
8 * This program is distributed in the hope that it will be useful,
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
11 * GNU General Public License for more details.
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
12 *
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
13 * You should have received a copy of the GNU General Public License
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
14 * along with this program; if not, write to the Free Software
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
16 */
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
17
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
18 #ifndef ICONSSTOCK_H
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
19 #define ICONSSTOCK_H
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
20
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
21 /* this header contains macro defines for Audacious stock icons */
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
22
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
23 #define AUD_STOCK_INFO "aud-info"
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
24 #define AUD_STOCK_INVERTPL "aud-invertpl"
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
25 #define AUD_STOCK_PLAYLIST "aud-playlist"
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
26 #define AUD_STOCK_QUEUETOGGLE "aud-queuetoggle"
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
27 #define AUD_STOCK_RANDOMIZEPL "aud-randomizepl"
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
28 #define AUD_STOCK_REMOVEDUPS "aud-removedups"
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
29 #define AUD_STOCK_REMOVEUNAVAIL "aud-removeunavail"
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
30 #define AUD_STOCK_SELECTALL "aud-selectall"
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
31 #define AUD_STOCK_SELECTINVERT "aud-selectinvert"
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
32 #define AUD_STOCK_SELECTNONE "aud-selectnone"
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
33 #define AUD_STOCK_SORTBYARTIST "aud-sortbydate"
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
34 #define AUD_STOCK_SORTBYFILENAME "aud-sortbyfilename"
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
35 #define AUD_STOCK_SORTBYPATHFILE "aud-sortbypathfile"
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
36 #define AUD_STOCK_SORTBYTITLE "aud-sortbytitle"
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
37
cc6a05baa156 [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
diff changeset
38 #endif