]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GBC.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / GBC.C
index a987ff9ba5042a34c2b5b48f7fd0b25f7512a179..bc6fe2b7458041005c12fdf8983c5846e1029d42 100644 (file)
 
 #include <config.h>
 
+// Too hard to make concept checks work with this file
+#ifdef _GLIBCPP_CONCEPT_CHECKS
+#undef _GLIBCPP_CONCEPT_CHECKS
+#endif
+
 #include "GBC.h"
 
 using std::string;
@@ -38,7 +43,7 @@ void GBC::setWidgetEnabled(Gtk::Widget * widget, bool enabled) const
 
 void GBC::setButtonLabel(Gtk::Button * btn, string const & label) const
 {
-       //GTK+ Stock buttons take precedence
+       // GTK+ Stock buttons take precedence
        if (!btn->get_use_stock())
                btn->set_label(Glib::locale_to_utf8(label));
 }