Browse Source

Update portuguese translate

pull/63/head
Jonathan "Duke" Leto 5 years ago
committed by gilardh
parent
commit
3de0da4620
  1. 339
      res/zec_qt_wallet_pt.ts
  2. 2
      src/connection.cpp

339
res/zec_qt_wallet_pt.ts

File diff suppressed because it is too large

2
src/connection.cpp

@ -346,7 +346,7 @@ bool ConnectionLoader::startEmbeddedZcashd() {
auto hushdProgram = appPath.absoluteFilePath("hushd");
#elif defined(Q_OS_WIN64)
// we use the CLI directly
auto hushdProgram = appPath.absoluteFilePath("komodod");
auto hushdProgram = appPath.absoluteFilePath("komodod.exe");
#else
main->logger->write("Unknown OS!");
auto hushdProgram = appPath.absoluteFilePath("komodod");

Loading…
Cancel
Save