delete pokerth logo from html export

This commit is contained in:
floty
2012-01-28 13:09:19 +00:00
parent 3b96fb2196
commit 52ffaff1c6
+1 -1
View File
@@ -779,7 +779,7 @@ int guiLog::exportLog(QString fileStringPdb,int modus)
switch(modus) {
case 1:
log_string = "<h3><b>" + log_string + "</b></h3>\n";
if(!neu) log_string = "<img src='logo.png'>\n" + log_string;
// if(!neu) log_string = "<img src='logo.png'>\n" + log_string;
break;
case 2:
log_string += "";