~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/dialogs/find.h

  • 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
 
#ifndef SEEN_FIND_H
2
 
#define SEEN_FIND_H
3
 
 
4
 
/**
5
 
 * \brief  Find dialog
6
 
 *
7
 
 * Authors:
 
1
/** @file
 
2
 * @brief  Find dialog
 
3
 */
 
4
/* Authors:
8
5
 *   bulia byak <bulia@users.sf.net>
9
6
 *
10
7
 * Copyright (C) 2004 Authors
12
9
 * Released under GNU GPL, read the file 'COPYING' for more information
13
10
 */
14
11
 
 
12
#ifndef SEEN_FIND_H
 
13
#define SEEN_FIND_H
 
14
 
15
15
#include <gtk/gtkstyle.h>
16
16
 
17
17
void sp_find_dialog();