From d0427184e472be50c8281c751d2897c0f436df08 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Tue, 27 Jun 2017 23:30:03 +0200 Subject: [PATCH] Fixed a typo. --- src/ant/gsiDeclAnt.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ant/gsiDeclAnt.cc b/src/ant/gsiDeclAnt.cc index 7b4e95fb5..98dee36b9 100644 --- a/src/ant/gsiDeclAnt.cc +++ b/src/ant/gsiDeclAnt.cc @@ -528,7 +528,7 @@ gsi::Class decl_Annotation (decl_BasicAnnotation, "Annotation", "\n" "This constant has been introduced in version 0.25." ) + - gsi::method ("AlignBottom", &gsi::align_top, + gsi::method ("AlignTop", &gsi::align_top, "@brief This code indicates top alignment.\n" "If used in a vertical context, this alignment code makes the label aligned at the top side - i.e. it will appear bottom of the reference point.\n" "\n"