Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit ba23710

Browse files
committed
Merge branch 'release'
2 parents 56e1fe2 + 392aba9 commit ba23710

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appshell/client_app_gtk.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ double ClientApp::GetElapsedMilliseconds()
8181

8282
CefString ClientApp::AppGetSupportDirectory()
8383
{
84-
gchar *supportDir = g_strdup_printf("%s/%s", g_get_user_config_dir(), g_get_prgname());
84+
gchar *supportDir = g_strdup_printf("%s/%s", g_get_user_config_dir(), APP_NAME);
8585
CefString result = CefString(supportDir);
8686
g_free(supportDir);
8787

appshell/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
#ifdef OS_LINUX
5656
// TODO linux preferences
5757
//#define GROUP_NAME @""
58-
//#define APP_NAME @"Brackets"
58+
#define APP_NAME "Brackets"
5959
//#define WINDOW_TITLE APP_NAME
6060

6161
// Path for node resources is in dependencies dir and relative to the location of the appshell executable

0 commit comments

Comments
 (0)