~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/dialogs/swatches.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
 
/*
2
 
 * A simple panel for color swatches
3
 
 *
4
 
 * Authors:
 
1
/** @file
 
2
 * @brief Color swatches dialog
 
3
 */
 
4
/* Authors:
5
5
 *   Jon A. Cruz
6
6
 *   John Bintz
7
7
 *
10
10
 *
11
11
 * Released under GNU GPL, read the file 'COPYING' for more information
12
12
 */
13
 
#ifdef HAVE_CONFIG_H
14
 
# include <config.h>
15
 
#endif
16
13
 
17
14
#include <errno.h>
18
15