diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-07-30 12:41:38 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-08-14 08:45:20 +0200 |
commit | 26c106a5aeca3e50d1e3c3d37e622b2743a23bca (patch) | |
tree | 70a9702bc03365927e741452a10ef0541a186fba /framework/inc | |
parent | 5667079ae0ae31d5a529d5da6ba6cb826e099c99 (diff) |
append '(Remote)' in the titlebar when remote file is opened
Change-Id: Idf0a9594406601154319ae17e42ece4bf2d56dc9
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/classes/resource.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/inc/classes/resource.hrc b/framework/inc/classes/resource.hrc index 2b1ea1c56f31..c7fc3946aa78 100644 --- a/framework/inc/classes/resource.hrc +++ b/framework/inc/classes/resource.hrc @@ -52,6 +52,7 @@ #define STR_LANGSTATUS_HINT (RID_STR_START+25) #define STR_OPEN_REMOTE (RID_STR_START+26) #define STR_REMOTE_FILE (RID_STR_START+27) +#define STR_REMOTE_TITLE (RID_STR_START+28) #define POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION (RID_MENU_START+0) |