Changeset 6141 for trunk/AWT/AWT_sel_boxes.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/AWT/AWT_sel_boxes.cxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AWT/AWT_sel_boxes.cxx
r6022 r6141 126 126 // ******************** selection boxes on pt-servers ******************** 127 127 128 #define PT_SERVERNAME_LENGTH 23 // that s for buttons128 #define PT_SERVERNAME_LENGTH 23 // that's for buttons 129 129 #define PT_SERVERNAME_SELLIST_WIDTH 30 // this for lists 130 130 #define PT_SERVER_TRACKLOG_TIMER 10000 // every 10 seconds … … 596 596 597 597 AW_window_simple *aws = new AW_window_simple; 598 char *window_id = GBS_global_string_copy("SAVE_SELECT CION_BOX_%s", var_id);598 char *window_id = GBS_global_string_copy("SAVE_SELECTION_BOX_%s", var_id); 599 599 600 600 aws->init(aw_root, window_id, "SAVE BOX"); … … 850 850 if (callback) error = GB_remove_last_notification(gb_main); 851 851 } 852 else { // suc essfully started editor852 else { // successfully started editor 853 853 // Can't be sure editor really started when callback is used (see command above). 854 // But it doesn t matter, cause arb_notify is called anyway and removes all callbacks854 // But it doesn't matter, cause arb_notify is called anyway and removes all callbacks 855 855 if (callback) { 856 856 // add timed callback tracking file change
