move STR_WINDOW_TITLE_GRABBED to user_strings.h and fix header

guard for user_strings_unix.h
This commit is contained in:
Alexei Svitkine 2017-11-25 13:45:49 -05:00
parent 2bdbd22e85
commit bc7edbc677
2 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef USER_STRINGS_LINUX_H
#define USER_STRINGS_LINUX_H
#ifndef USER_STRINGS_UNIX_H
#define USER_STRINGS_UNIX_H
enum {
STR_NO_DEV_ZERO_ERR = 10000,
@ -78,7 +78,6 @@ enum {
STR_MOUSEWHEELLINES_CTRL,
STR_OPEN_WINDOW_ERR,
STR_WINDOW_TITLE_GRABBED,
STR_NO_B2_EXE_FOUND
};

View File

@ -166,6 +166,7 @@ enum {
// Mac window
STR_WINDOW_TITLE = 4000,
STR_WINDOW_TITLE_FROZEN,
STR_WINDOW_TITLE_GRABBED,
STR_WINDOW_MENU = 4050,
STR_WINDOW_ITEM_ABOUT,
STR_WINDOW_ITEM_REFRESH,