]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBibitem.C
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / FormBibitem.C
index 06cb9316e90b4f328930dd62351d5e1195cc7992..887c28f7a6ed7044ed145148ea1a7c145a6084fc 100644 (file)
@@ -79,7 +79,7 @@ void FormBibitem::build()
 bool FormBibitem::input(FL_OBJECT *, long)
 {
        // minimal validation 
-       if (!strcmp(fl_get_input(dialog_->key),""))
+       if (!compare(fl_get_input(dialog_->key), ""))
                return false;
 
        return true;