Commit e9957f84 authored by Victor Ananjevsky's avatar Victor Ananjevsky

extend uri regexp

parent 33a4adae
......@@ -57,7 +57,7 @@ G_BEGIN_DECLS
#define YAD_RESPONSE_TIMEOUT 70
#define YAD_RESPONSE_ESC -4 /* 252 */
#define YAD_URL_REGEX "(http|https|ftp)://[a-zA-Z0-9./_%#&-]+"
#define YAD_URL_REGEX "(http|https|ftp|file)://[a-zA-Z0-9./_%#&-]+"
typedef enum {
YAD_MODE_MESSAGE,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment