change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string

This commit is contained in:
Philip Kaufmann
2012-05-13 16:09:14 +02:00
parent d6615a54c6
commit ff0ee876bb
12 changed files with 30 additions and 31 deletions

View File

@@ -8,7 +8,7 @@ namespace Ui {
}
class ClientModel;
/** Local bitcoin RPC console. */
/** Local Bitcoin RPC console. */
class RPCConsole: public QDialog
{
Q_OBJECT