Changeset 40 for abuse/trunk/src/dev.cpp
- Timestamp:
- Mar 2, 2008, 12:52:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/dev.cpp
r39 r40 2097 2097 if (!mess_win) 2098 2098 { 2099 mess_win=file_dialog(eh,symbol_str("saveas_name"),current_level ? current_level->name() : (char *)"untitled.spe",2099 mess_win=file_dialog(eh,symbol_str("saveas_name"),current_level ? current_level->name() : "untitled.spe", 2100 2100 ID_LEVEL_SAVEAS_OK,symbol_str("ok_button"), 2101 2101 ID_CANCEL,symbol_str("cancel_button"),
Note: See TracChangeset
for help on using the changeset viewer.