Updated Spanish translation
[anjuta-git-plugin.git] / plugins / subversion / subversion-commit-dialog.h
blob4d03f38a9e986ec6671c54d30c8b4b7d7cd3173a
1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
2 /*
3 * anjuta
4 * Copyright (C) James Liggett 2007 <jrliggett@cox.net>
6 * Portions based on the original Subversion plugin
7 * Copyright (C) Johannes Schmid 2005
8 *
9 * anjuta is free software.
11 * You may redistribute it and/or modify it under the terms of the
12 * GNU General Public License, as published by the Free Software
13 * Foundation; either version 2 of the License, or (at your option)
14 * any later version.
16 * anjuta is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
19 * See the GNU General Public License for more details.
21 * You should have received a copy of the GNU General Public License
22 * along with anjuta. If not, write to:
23 * The Free Software Foundation, Inc.,
24 * 51 Franklin Street, Fifth Floor
25 * Boston, MA 02110-1301, USA.
28 #ifndef SUBVERSION_COMMIT_DIALOG_H
29 #define SUBVERSION_COMMIT_DIALOG_H
31 #include "subversion-ui-utils.h"
32 #include "svn-commit-command.h"
34 void on_menu_subversion_commit (GtkAction* action, Subversion* plugin);
35 void on_fm_subversion_commit (GtkAction* action, Subversion* plugin);
37 #endif