Move the GimpTextProxy widget from app/tools/ to app/widgets/

This commit is contained in:
Michael Natterer 2009-06-24 19:34:36 +02:00
parent 512c80cb05
commit b5079eb1b7
5 changed files with 6 additions and 3 deletions

View File

@ -168,8 +168,6 @@ libapptools_a_sources = \
gimpsourcetool.h \
gimptextoptions.c \
gimptextoptions.h \
gimptextproxy.c \
gimptextproxy.h \
gimptexttool.c \
gimptexttool.h \
gimpthresholdtool.c \

View File

@ -51,6 +51,7 @@
#include "widgets/gimphelp-ids.h"
#include "widgets/gimpmenufactory.h"
#include "widgets/gimptexteditor.h"
#include "widgets/gimptextproxy.h"
#include "widgets/gimpuimanager.h"
#include "widgets/gimpviewabledialog.h"
@ -61,7 +62,6 @@
#include "gimprectangletool.h"
#include "gimprectangleoptions.h"
#include "gimptextoptions.h"
#include "gimptextproxy.h"
#include "gimptexttool.h"
#include "gimptoolcontrol.h"

View File

@ -277,6 +277,8 @@ libappwidgets_a_sources = \
gimptemplateview.h \
gimptexteditor.c \
gimptexteditor.h \
gimptextproxy.c \
gimptextproxy.h \
gimpthumbbox.c \
gimpthumbbox.h \
gimptoggleaction.c \

View File

@ -1,6 +1,9 @@
/* GIMP - The GNU Image Manipulation Program
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
*
* GimpTextProxy
* Copyright (C) 2009 Michael Natterer <mitch@gimp.org>
*
* 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
* the Free Software Foundation; either version 3 of the License, or