Put the appname back how it should be!

This commit is contained in:
Dave Page 2019-01-04 10:54:35 +00:00
parent d6778aa915
commit b5c7a108ab

View File

@ -33,7 +33,7 @@ from pgadmin.utils import env, IS_PY2, IS_WIN, fs_short_path
########################################################################## ##########################################################################
# Name of the application to display in the UI # Name of the application to display in the UI
APP_NAME = 'pgAdmin' APP_NAME = 'pgAdmin 4'
APP_ICON = 'pg-icon' APP_ICON = 'pg-icon'
########################################################################## ##########################################################################