~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/dialogs/layer-properties.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
 
 *
3
 
 * \brief  Dialog for renaming layers
4
 
 *
5
 
 * Author:
 
1
/** @file
 
2
 * @brief Dialog for renaming layers
 
3
 */
 
4
/* Author:
6
5
 *   Bryce W. Harrington <bryce@bryceharrington.com>
7
6
 *   Andrius R. <knutux@gmail.com>
8
7
 *
12
11
 * Released under GNU GPL.  Read the file 'COPYING' for more information
13
12
 */
14
13
 
15
 
#ifdef HAVE_CONFIG_H
16
 
# include <config.h>
17
 
#endif
18
 
 
19
14
#include <gtkmm/stock.h>
20
 
 
21
15
#include <glibmm/i18n.h>
22
16
#include "inkscape.h"
23
17
#include "desktop.h"