~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/dialogs/input.cpp

  • Committer: Ted Gould
  • Date: 2008-11-21 05:24:08 UTC
  • Revision ID: ted@canonical.com-20081121052408-tilucis2pjrrpzxx
MergeĀ fromĀ fe-moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#define __SP_INPUT_C__
2
 
 
3
1
/** @file
4
2
 * @brief Extended input devices dialog
5
3
 */
13
11
 */
14
12
 
15
13
#ifdef HAVE_CONFIG_H
16
 
# include "config.h"
 
14
#   include <config.h>
17
15
#endif
 
16
 
18
17
#include <gtk/gtksignal.h>
19
18
#include <gtk/gtkinputdialog.h>
20
19
#include <glibmm/ustring.h>