src/signs_gui.cpp
branchcpp_gui
changeset 6298 c30fe89622df
parent 6263 19dab6a68886
child 6307 f40e88cff863
equal deleted inserted replaced
6297:4bf29d14edba 6298:c30fe89622df
    35 	}
    35 	}
    36 
    36 
    37 	return strcmp(buf1, _bufcache); // sort by name
    37 	return strcmp(buf1, _bufcache); // sort by name
    38 }
    38 }
    39 
    39 
    40 static void GlobalSortSignList(void)
    40 static void GlobalSortSignList()
    41 {
    41 {
    42 	const Sign *si;
    42 	const Sign *si;
    43 	uint n = 0;
    43 	uint n = 0;
    44 
    44 
    45 	/* Create array for sorting */
    45 	/* Create array for sorting */
   135 	_sign_list_widget,
   135 	_sign_list_widget,
   136 	SignListWndProc
   136 	SignListWndProc
   137 };
   137 };
   138 
   138 
   139 
   139 
   140 void ShowSignList(void)
   140 void ShowSignList()
   141 {
   141 {
   142 	BaseWindow *w;
   142 	BaseWindow *w;
   143 
   143 
   144 	w = BaseWindow::AllocateFront(&_sign_list_desc, 0);
   144 	w = BaseWindow::AllocateFront(&_sign_list_desc, 0);
   145 	if (w != NULL) {
   145 	if (w != NULL) {