comparison src/streambrowser/streambrowser.h @ 2764:d45b4beadf6c

Made "bluetooth" and "streambrowser" plugins translatable.
author Stany HENRY <StrassBoy@gmail.com>
date Thu, 03 Jul 2008 09:07:03 +0200
parents 6d6a3eb67510
children f9c6a9cb442e
comparison
equal deleted inserted replaced
2763:bbde87558ec7 2764:d45b4beadf6c
1 1
2 #ifndef STREAMBROWSER_H 2 #ifndef STREAMBROWSER_H
3 #define STREAMBROWSER_H 3 #define STREAMBROWSER_H
4 4
5 #include <glib.h> 5 #include <glib.h>
6
7 #include <config.h>
8 #include <audacious/i18n.h>
6 9
7 #define DEF_STRING_LEN 1024 10 #define DEF_STRING_LEN 1024
8 #define DEF_BUFFER_SIZE 512 11 #define DEF_BUFFER_SIZE 512
9 #define MAX_UPDATE_THREADS 4 12 #define MAX_UPDATE_THREADS 4
10 #define PLAYLIST_TEMP_FILE "file:///tmp/playlist.pls" 13 #define PLAYLIST_TEMP_FILE "file:///tmp/playlist.pls"