Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 79a452819dc1f77c62d1ac32a38289a6 > files > 3

brewtarget-1.2.5-4.fc16.src.rpm

--- brewtarget-1.2.5/src/brewtarget.cpp.orig	2012-11-12 23:00:51.379511289 -0700
+++ brewtarget-1.2.5/src/brewtarget.cpp	2012-11-12 23:01:45.379472819 -0700
@@ -112,8 +112,8 @@
    {
       QMessageBox::information(0,
                                QObject::tr("Directory Problem"),
-                               QObject::tr("\"%1\" cannot be read.").arg(dir.path()));
-      return false;
+                               QObject::tr("\"%1\" cannot be read. Manual will not be available.").arg(dir.path()));
+      return true;
    }
 
    dir.setPath(getConfigDir(&success));