~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/ui/dialog/extensions.cpp

  • 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:
9
9
 * Released under GNU GPL, read the file 'COPYING' for more information
10
10
 */
11
11
 
12
 
#include <gtk/gtkdialog.h> //for GTK_RESPONSE* types
 
12
#include <gtk/gtk.h> //for GTK_RESPONSE* types
13
13
#include <gtkmm/scrolledwindow.h>
14
14
 
15
15
#include "extension/db.h"
126
126
  fill-column:99
127
127
  End:
128
128
*/
129
 
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
 
129
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :