renamed from "Rect Select" to "Rectangle Select" (bug ).

2006-03-24  Sven Neumann  <sven@gimp.org>

        * app/tools/gimprectselecttool.c: renamed from "Rect Select" to
        "Rectangle Select" (bug ).

        * app/core/gimpchannel-select.c (gimp_channel_select_rectangle):
        string change (bug ).

        * plug-ins/common/svg.c: follow the change to the file format
        label done in the shared-mime-info package (bug ).

        * configure.in: fixed the --without-libtiff case in the summary
        (bug ).
This commit is contained in:
Sven Neumann 2006-03-24 08:15:01 +00:00 committed by Sven Neumann
parent acdae9b354
commit d65622407a
5 changed files with 19 additions and 5 deletions

View File

@ -1,3 +1,17 @@
2006-03-24 Sven Neumann <sven@gimp.org>
* app/tools/gimprectselecttool.c: renamed from "Rect Select" to
"Rectangle Select" (bug #335715).
* app/core/gimpchannel-select.c (gimp_channel_select_rectangle):
string change (bug #335715).
* plug-ins/common/svg.c: follow the change to the file format
label done in the shared-mime-info package (bug #335716).
* configure.in: fixed the --without-libtiff case in the summary
(bug #335764).
2006-03-23 Michael Natterer <mitch@gimp.org>
* app/core/gimp-gui.[ch]

View File

@ -52,7 +52,7 @@ gimp_channel_select_rectangle (GimpChannel *channel,
g_return_if_fail (GIMP_IS_CHANNEL (channel));
g_return_if_fail (gimp_item_is_attached (GIMP_ITEM (channel)));
gimp_channel_push_undo (channel, _("Rect Select"));
gimp_channel_push_undo (channel, _("Select rectangular region"));
/* if applicable, replace the current selection */
if (op == GIMP_CHANNEL_OP_REPLACE)

View File

@ -91,9 +91,9 @@ gimp_rect_select_tool_register (GimpToolRegisterCallback callback,
gimp_selection_options_gui,
0,
"gimp-rect-select-tool",
_("Rect Select"),
_("Rectangle Select"),
_("Select rectangular regions"),
N_("_Rect Select"), "R",
N_("_Rectangle Select"), "R",
NULL, GIMP_HELP_TOOL_RECT_SELECT,
GIMP_STOCK_TOOL_RECT_SELECT,
data);

View File

@ -928,8 +928,8 @@ AC_SUBST(DOC_SHOOTER)
have_libtiff=no
AC_ARG_WITH(libtiff, [ --without-libtiff build without TIFF support])
have_libtiff=yes
if test x$with_libtiff != xno && test -z "$LIBTIFF"; then
have_libtiff=yes
AC_CHECK_LIB(tiff, TIFFReadScanline,
[AC_CHECK_HEADER(tiffio.h,
TIFF='tiff$(EXEEXT)'; LIBTIFF='-ltiff',

View File

@ -135,7 +135,7 @@ query (void)
"Dom Lachowicz, Sven Neumann",
"Dom Lachowicz <cinamod@hotmail.com>",
SVG_VERSION,
N_("Scalable SVG image"),
N_("SVG image"),
NULL,
GIMP_PLUGIN,
G_N_ELEMENTS (load_args),