~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/dialogs/text-edit.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_TEXT_EDIT_C__
2
 
 
3
 
/**
4
 
 * \brief Text editing dialog
5
 
 *
6
 
 * Authors:
 
1
/** @file
 
2
 * @brief Text editing dialog
 
3
 */
 
4
/* Authors:
7
5
 *   Lauris Kaplinski <lauris@ximian.com>
8
6
 *   bulia byak <buliabyak@users.sf.net>
9
7
 *   Johan Engelen <goejendaagh@zonnet.nl>
19
17
#endif
20
18
 
21
19
#include <libnrtype/font-instance.h>
22
 
 
23
20
#include <gtk/gtk.h>
24
21
 
25
22
#ifdef WITH_GTKSPELL