mirror of https://github.com/GNOME/gimp.git
app: s/diffration-patterns/diffraction-patterns/
This commit is contained in:
parent
6c1e3beb69
commit
92cd4d4619
|
@ -27,8 +27,8 @@ libapppropgui_a_SOURCES = \
|
|||
gimppropgui-color-rotate.h \
|
||||
gimppropgui-convolution-matrix.c \
|
||||
gimppropgui-convolution-matrix.h \
|
||||
gimppropgui-diffration-patterns.c \
|
||||
gimppropgui-diffration-patterns.h \
|
||||
gimppropgui-diffraction-patterns.c \
|
||||
gimppropgui-diffraction-patterns.h \
|
||||
gimppropgui-eval.c \
|
||||
gimppropgui-eval.h \
|
||||
gimppropgui-generic.c \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* GIMP - The GNU Image Manipulation Program
|
||||
* Copyright (C) 1995-1997 Spencer Kimball and Peter Mattis
|
||||
*
|
||||
* gimppropgui-diffration-patterns.c
|
||||
* gimppropgui-diffraction-patterns.c
|
||||
* Copyright (C) 2002-2014 Michael Natterer <mitch@gimp.org>
|
||||
* Sven Neumann <sven@gimp.org>
|
||||
*
|
||||
|
@ -31,7 +31,7 @@
|
|||
#include "core/gimpcontext.h"
|
||||
|
||||
#include "gimppropgui.h"
|
||||
#include "gimppropgui-diffration-patterns.h"
|
||||
#include "gimppropgui-diffraction-patterns.h"
|
||||
#include "gimppropgui-generic.h"
|
||||
|
||||
#include "gimp-intl.h"
|
|
@ -1,7 +1,7 @@
|
|||
/* GIMP - The GNU Image Manipulation Program
|
||||
* Copyright (C) 1995-1997 Spencer Kimball and Peter Mattis
|
||||
*
|
||||
* gimppropgui-diffration-patterns.h
|
||||
* gimppropgui-diffraction-patterns.h
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -17,8 +17,8 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_PROP_GUI_DIFFRATION_PATTERNS_H__
|
||||
#define __GIMP_PROP_GUI_DIFFRATION_PATTERNS_H__
|
||||
#ifndef __GIMP_PROP_GUI_DIFFRACTION_PATTERNS_H__
|
||||
#define __GIMP_PROP_GUI_DIFFRACTION_PATTERNS_H__
|
||||
|
||||
|
||||
GtkWidget *
|
||||
|
@ -32,4 +32,4 @@ _gimp_prop_gui_new_diffraction_patterns (GObject *config,
|
|||
gpointer creator);
|
||||
|
||||
|
||||
#endif /* __GIMP_PROP_GUI_DIFFRATION_PATTERNS_H__ */
|
||||
#endif /* __GIMP_PROP_GUI_DIFFRACTION_PATTERNS_H__ */
|
|
@ -49,7 +49,7 @@
|
|||
#include "gimppropgui-color-balance.h"
|
||||
#include "gimppropgui-color-rotate.h"
|
||||
#include "gimppropgui-convolution-matrix.h"
|
||||
#include "gimppropgui-diffration-patterns.h"
|
||||
#include "gimppropgui-diffraction-patterns.h"
|
||||
#include "gimppropgui-eval.h"
|
||||
#include "gimppropgui-generic.h"
|
||||
#include "gimppropgui-hue-saturation.h"
|
||||
|
|
|
@ -373,7 +373,7 @@ app/propgui/gimppropgui-channel-mixer.c
|
|||
app/propgui/gimppropgui-color-balance.c
|
||||
app/propgui/gimppropgui-color-rotate.c
|
||||
app/propgui/gimppropgui-convolution-matrix.c
|
||||
app/propgui/gimppropgui-diffration-patterns.c
|
||||
app/propgui/gimppropgui-diffraction-patterns.c
|
||||
app/propgui/gimppropgui-generic.c
|
||||
app/propgui/gimppropgui-hue-saturation.c
|
||||
app/propgui/gimppropgui-spiral.c
|
||||
|
|
Loading…
Reference in New Issue