po: update POTFILES.in for the moved operations
This commit is contained in:
@ -56,7 +56,6 @@ libappdialogs_a_sources = \
|
|||||||
layer-options-dialog.c \
|
layer-options-dialog.c \
|
||||||
layer-options-dialog.h \
|
layer-options-dialog.h \
|
||||||
lebl-dialog.c \
|
lebl-dialog.c \
|
||||||
lebl-dialog.h \
|
|
||||||
module-dialog.c \
|
module-dialog.c \
|
||||||
module-dialog.h \
|
module-dialog.h \
|
||||||
offset-dialog.c \
|
offset-dialog.c \
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <gdk/gdkkeysyms.h>
|
#include <gdk/gdkkeysyms.h>
|
||||||
|
|
||||||
#include "lebl-dialog.h"
|
#include "gimp-intl.h"
|
||||||
#define _(a) (a)
|
|
||||||
|
|
||||||
static const guint8 goatpb2[];
|
static const guint8 goatpb2[];
|
||||||
static const guint8 goatpb[];
|
static const guint8 goatpb[];
|
||||||
@ -766,6 +765,8 @@ inv_expose (GtkWidget *widget, GdkEventExpose *event)
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gboolean gimp_lebl_dialog (void);
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
gimp_lebl_dialog (void)
|
gimp_lebl_dialog (void)
|
||||||
{
|
{
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
#ifndef NOTHING_H
|
|
||||||
#define NOTHING_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
|
||||||
|
|
||||||
gboolean gimp_lebl_dialog (void);
|
|
||||||
|
|
||||||
G_END_DECLS
|
|
||||||
|
|
||||||
#endif
|
|
@ -229,11 +229,12 @@ app/file/file-save.c
|
|||||||
app/file/file-utils.c
|
app/file/file-utils.c
|
||||||
|
|
||||||
app/gegl/gimp-babl.c
|
app/gegl/gimp-babl.c
|
||||||
app/gegl/gimpcurvesconfig.c
|
|
||||||
app/gegl/gimp-gegl-enums.c
|
app/gegl/gimp-gegl-enums.c
|
||||||
app/gegl/gimplevelsconfig.c
|
|
||||||
app/gegl/gimpoperationcagecoefcalc.c
|
app/operations/gimpcurvesconfig.c
|
||||||
app/gegl/gimpoperationcagetransform.c
|
app/operations/gimplevelsconfig.c
|
||||||
|
app/operations/gimpoperationcagecoefcalc.c
|
||||||
|
app/operations/gimpoperationcagetransform.c
|
||||||
|
|
||||||
app/gui/gui.c
|
app/gui/gui.c
|
||||||
app/gui/gui-message.c
|
app/gui/gui-message.c
|
||||||
|
Reference in New Issue
Block a user