diff options
Diffstat (limited to 'gui_callbacks.pm')
-rw-r--r-- | gui_callbacks.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gui_callbacks.pm b/gui_callbacks.pm index 5675000..05b6adf 100644 --- a/gui_callbacks.pm +++ b/gui_callbacks.pm @@ -1,24 +1,24 @@ #!/usr/bin/perl -w # # -# rhdropbox +# rhimport # # Copyright (C) 2009 Christian Pointner <equinox@helsinki.at> # -# This file is part of rhdropbox. +# This file is part of rhimport. # -# rhdropbox is free software: you can redistribute it and/or modify +# rhimport is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # any later version. # -# rhdropbox is distributed in the hope that it will be useful, +# rhimport is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with rhdropbox. If not, see <http://www.gnu.org/licenses/>. +# along with rhimport. If not, see <http://www.gnu.org/licenses/>. # use strict; @@ -32,7 +32,7 @@ sub on_exit Gtk2->main_quit; } -sub on_b_ok_clicked +sub on_b_apply_clicked { my ($widget, $data) = @_; |