diff options
| author | cryptochangements34 <bevanoffr@gmail.com> | 2018-07-09 14:39:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-09 14:39:21 -0400 |
| commit | 716366c54f156c273ee21bb18b13a59902589cc6 (patch) | |
| tree | 5ef436d0f9c43936cb0c231434b3ceb6ffccc62c /main.cpp | |
| parent | 06fdf27be236bf5160112a8c69003adf6807fb5b (diff) | |
| download | monzero-gui-716366c54f156c273ee21bb18b13a59902589cc6.tar.gz monzero-gui-716366c54f156c273ee21bb18b13a59902589cc6.tar.xz monzero-gui-716366c54f156c273ee21bb18b13a59902589cc6.zip | |
revert 28fb9fa2be6232edbe0a419432e511bf13816fc5
Changing the application name caused wallets created prior to v0.12 to "forget" their config
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ int main(int argc, char *argv[]) MainApp app(argc, argv); - app.setApplicationName("monero-gui"); + app.setApplicationName("monero-core"); app.setOrganizationDomain("getmonero.org"); app.setOrganizationName("monero-project"); |
