mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-04 15:15:01 +01:00
Add an example entry when adding text reject urls. Plugin only.
This commit is contained in:
parent
4da9e459d1
commit
0d184ef0d6
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,7 @@ class BasicTab(QWidget):
|
|||
|
||||
def add_reject_urls(self):
|
||||
d = EditTextDialog(self,
|
||||
"",
|
||||
"http://example.com?story.php?sid=5,Reason why I rejected it",
|
||||
icon=self.windowIcon(),
|
||||
title="Add Reject URLs",
|
||||
label="Add Reject URLs. Use: <b>http://...,note</b>",
|
||||
|
|
|
|||
Loading…
Reference in a new issue