comparison src/Output/CoreAudio/about.c @ 3:088092a52fea trunk

[svn] - move from (internal) libaudacious/ include path to audacious/ include path
author nenolod
date Mon, 18 Sep 2006 01:35:25 -0700
parents 13389e613d67
children
comparison
equal deleted inserted replaced
2:4e0ad481325f 3:088092a52fea
14 * You should have received a copy of the GNU General Public License 14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software 15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 */ 17 */
18 #include "coreaudio.h" 18 #include "coreaudio.h"
19 #include "libaudacious/util.h" 19 #include "audacious/util.h"
20 20
21 void osx_about(void) 21 void osx_about(void)
22 { 22 {
23 static GtkWidget *dialog; 23 static GtkWidget *dialog;
24 24