File diff r14125:3ee08ca0423e → r14126:f23988064e74
src/network/network_chat_gui.cpp
Show inline comments
 
@@ -383,7 +383,7 @@ struct NetworkChatWindow : public QueryS
 
			item++;
 

	
 
			if (_chat_tab_completion_active) {
 
				/* We are pressing TAB again on the same name, is there an other name
 
				/* We are pressing TAB again on the same name, is there another name
 
				 *  that starts with this? */
 
				if (!second_scan) {
 
					size_t offset;