1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[gemini] Show gemini in about dialog

This commit is contained in:
Witold Filipczyk 2021-07-18 12:44:29 +02:00
parent be35ee9ec7
commit 4d6ae6e925

View File

@ -305,6 +305,9 @@ static struct module *protocol_submodules[] = {
#ifdef CONFIG_FTP #ifdef CONFIG_FTP
&ftp_protocol_module, &ftp_protocol_module,
#endif #endif
#ifdef CONFIG_GEMINI
&gemini_protocol_module,
#endif
#ifdef CONFIG_GOPHER #ifdef CONFIG_GOPHER
&gopher_protocol_module, &gopher_protocol_module,
#endif #endif