X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkstatusbar.c;h=47350376ad2cbe885e0c107f983abb09f326339e;hb=17d3775555888151780fa404242e734a8e7f6b21;hp=0d4226ca6f12dcfb9ea3ce39e9f3f32111e4dd39;hpb=b0936a12d95088de0d5798d6adbe4cdca0feec4d;p=~andy%2Fgtk diff --git a/gtk/gtkstatusbar.c b/gtk/gtkstatusbar.c index 0d4226ca6..47350376a 100644 --- a/gtk/gtkstatusbar.c +++ b/gtk/gtkstatusbar.c @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* @@ -392,10 +390,10 @@ gtk_statusbar_push (GtkStatusbar *statusbar, /** * gtk_statusbar_pop: - * @statusbar: a #GtkStatusBar + * @statusbar: a #GtkStatusbar * @context_id: a context identifier * - * Removes the first message in the #GtkStatusBar's stack + * Removes the first message in the #GtkStatusbar's stack * with the given context id. * * Note that this may not change the displayed message, if @@ -442,7 +440,7 @@ gtk_statusbar_pop (GtkStatusbar *statusbar, /** * gtk_statusbar_remove: - * @statusbar: a #GtkStatusBar + * @statusbar: a #GtkStatusbar * @context_id: a context identifier * @message_id: a message identifier, as returned by gtk_statusbar_push() * @@ -494,7 +492,7 @@ gtk_statusbar_remove (GtkStatusbar *statusbar, /** * gtk_statusbar_remove_all: - * @statusbar: a #GtkStatusBar + * @statusbar: a #GtkStatusbar * @context_id: a context identifier * * Forces the removal of all messages from a statusbar's @@ -565,7 +563,7 @@ gtk_statusbar_remove_all (GtkStatusbar *statusbar, /** * gtk_statusbar_get_message_area: - * @statusbar: a #GtkStatusBar + * @statusbar: a #GtkStatusbar * * Retrieves the box containing the label widget. *