]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xformsBC.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / xformsBC.h
index e7bbceee5b8a8c16c8ef672c6a3b9ddd2b023108..e7725c3baac9e6a6c88b444aff157680f53363fb 100644 (file)
@@ -8,7 +8,7 @@
  * \author Angus Leeming
  * \author Baruch Even
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef XFORMSBC_H
@@ -23,7 +23,7 @@ class xformsBC : public GuiBC<FL_OBJECT, FL_OBJECT> {
 public:
        ///
        xformsBC(ButtonController const &,
-                string const & = _("Cancel"), string const & = _("Close"));
+                std::string const & = _("Cancel"), std::string const & = _("Close"));
 
 private:
        /// Updates the button sensitivity (enabled/disabled)
@@ -33,7 +33,7 @@ private:
        void setWidgetEnabled(FL_OBJECT *, bool enabled) const;
 
        /// Set the label on the button
-       void setButtonLabel(FL_OBJECT *, string const & label) const;
+       void setButtonLabel(FL_OBJECT *, std::string const & label) const;
 };
 
 #endif // XFORMSBC_H