]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetparent.C
Translate labels for float:algorithm, float:figure and float:table.
[lyx.git] / src / insets / insetparent.C
index 7d79793adaae26389578dc78e9010bbae01220ad..f516755bd15eaf1550640e6ee44e7b1e0ec6203c 100644 (file)
@@ -1,10 +1,10 @@
 /* This file is part of*
- * ====================================================== 
+ * ======================================================
  *
  *           LyX, The Document Processor
- *      
+ *
  *           Copyright 1997-2001 The LyX Team.
- * 
+ *
  * ====================================================== */
 
 
@@ -38,14 +38,14 @@ InsetParent::InsetParent(InsetCommandParams const & p, Buffer const & bf, bool)
 }
 
 
-string const InsetParent::getScreenLabel(Buffer const *) const 
+string const InsetParent::getScreenLabel(Buffer const *) const
 {
        return string(_("Parent:")) + getContents();
 }
 
 
 void InsetParent::edit(BufferView * bv, int, int, unsigned int)
-{    
+{
        bv->owner()->getLyXFunc()->
                dispatch(LFUN_CHILDOPEN, getContents());
 }