~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/help.h

  • Committer: JazzyNico
  • Date: 2011-08-29 20:25:30 UTC
  • Revision ID: nicoduf@yahoo.fr-20110829202530-6deuoz11q90usldv
Code refactoring and merging with trunk (revision 10599).

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 */
15
15
 
16
16
#include <glib/gtypes.h>
17
 
#include <gtk/gtkmenuitem.h>
 
17
#include <gtk/gtk.h>
18
18
 
19
19
void sp_help_about(void);
20
20
void sp_help_open_tutorial(GtkMenuItem *menuitem, gpointer data);
31
31
  fill-column:99
32
32
  End:
33
33
*/
34
 
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
 
34
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :