diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-25 00:48:39 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:28 +0200 |
commit | 7137102232cea1957339c148a8f04016d8fc7b27 (patch) | |
tree | f6f1c4bc7db5425bbea9cc8eea156eb9592da6e9 /desktop/source/app/app.cxx | |
parent | c7f0ff340305d83d80498f4b8f7d39183cf1c441 (diff) |
use consistent method names
Change-Id: I19e066b7e4c4ba1fc1b0802e80260a6d9b0d9b9a
Diffstat (limited to 'desktop/source/app/app.cxx')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 7bb7286af8ca..f664d6e969e5 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1487,7 +1487,7 @@ int Desktop::Main() bool bValidUpdateDirExists = aDirectoryItem.is(); if (bValidUpdateDirExists) { - Update(); + update(); } } |