Resolved an issue with the links in the teacherbar

preferencesAboutTextFull
shibakaneki 13 years ago
parent 8c5b96b240
commit 03fa177d55
  1. 2
      src/gui/UBTBPageEditWidget.cpp

@ -320,7 +320,7 @@ QString UBUrlWidget::url()
QString str;
if(NULL != mpUrl){
str = mpUrl->text() + ";" + mpTitle->text();
str = mpUrl->text();// + ";" + mpTitle->text();
}
return str;

Loading…
Cancel
Save