mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
po: update POTFILES.in for the moved operations
This commit is contained in:
parent
ba4034f8dc
commit
3f31d4df9d
4 changed files with 8 additions and 19 deletions
|
@ -56,7 +56,6 @@ libappdialogs_a_sources = \
|
|||
layer-options-dialog.c \
|
||||
layer-options-dialog.h \
|
||||
lebl-dialog.c \
|
||||
lebl-dialog.h \
|
||||
module-dialog.c \
|
||||
module-dialog.h \
|
||||
offset-dialog.c \
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
#include <gtk/gtk.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
|
||||
#include "lebl-dialog.h"
|
||||
#define _(a) (a)
|
||||
#include "gimp-intl.h"
|
||||
|
||||
static const guint8 goatpb2[];
|
||||
static const guint8 goatpb[];
|
||||
|
@ -766,6 +765,8 @@ inv_expose (GtkWidget *widget, GdkEventExpose *event)
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
gboolean gimp_lebl_dialog (void);
|
||||
|
||||
gboolean
|
||||
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/gegl/gimp-babl.c
|
||||
app/gegl/gimpcurvesconfig.c
|
||||
app/gegl/gimp-gegl-enums.c
|
||||
app/gegl/gimplevelsconfig.c
|
||||
app/gegl/gimpoperationcagecoefcalc.c
|
||||
app/gegl/gimpoperationcagetransform.c
|
||||
|
||||
app/operations/gimpcurvesconfig.c
|
||||
app/operations/gimplevelsconfig.c
|
||||
app/operations/gimpoperationcagecoefcalc.c
|
||||
app/operations/gimpoperationcagetransform.c
|
||||
|
||||
app/gui/gui.c
|
||||
app/gui/gui-message.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue