From 7137102232cea1957339c148a8f04016d8fc7b27 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 25 Apr 2017 00:48:39 +0200 Subject: use consistent method names Change-Id: I19e066b7e4c4ba1fc1b0802e80260a6d9b0d9b9a --- desktop/source/app/app.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/source/app/app.cxx') 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(); } } -- cgit