view src/xs_genui.c @ 425:fa889b008608

Enable gettext support for potential i18n
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 31 Dec 2006 21:49:01 +0000
parents 98ea290c09cb
children cdea37aef52c
line wrap: on
line source

#ifdef HAVE_CONFIG_H
#  include <config.h>
#endif

#include <gtk/gtk.h>

#include "xs_genui.h"
#include "xs_interface.h"
#include "xs_glade.h"

void xs_cfg_samplerate_menu_clicked(GtkButton * button, gpointer user_data)
{
	(void) button; (void) user_data;
}


void xs_cfg_filter_sync_clicked(GtkButton * button, gpointer user_data)
{
	(void) button; (void) user_data;
}


void xs_cfg_filter2_sync_clicked(GtkButton * button, gpointer user_data)
{
	(void) button; (void) user_data;
}