I forgot to remove these prototypes when removing definitions earlier.
[synfig.git] / synfig-studio / trunk / src / gtkmm / dialog_soundselect.cpp
index 94f5928..453a68c 100644 (file)
@@ -1,8 +1,8 @@
 /* === S Y N F I G ========================================================= */
-/*!    \file template.cpp
+/*!    \file dialog_soundselect.cpp
 **     \brief Template File
 **
-**     $Id: dialog_soundselect.cpp,v 1.1.1.1 2005/01/07 03:34:36 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -60,12 +60,12 @@ canvas_interface(ci)
        table->attach(soundfile,0,1,0,1);
        table->attach(offset,1,2,0,1);
        table->attach(okbutton,0,2,1,2);
-       
+
        table->show_all();
        get_vbox()->pack_start(*table);
-       
+
        offset.set_value(0);
-       
+
        okbutton.signal_clicked().connect(sigc::mem_fun(*this,&Dialog_SoundSelect::on_ok));
 }
 
@@ -86,7 +86,7 @@ void studio::Dialog_SoundSelect::on_offset()
 void studio::Dialog_SoundSelect::on_ok()
 {
        hide();
-               
+
        //signal_finish_(a);
        signal_file_changed_(soundfile.get_value());
        signal_offset_changed_(offset.get_value());