diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-10-07 16:27:54 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-10-07 16:27:54 +0300 |
| commit | 59f9df67537382bd0249c4e617fe472a1bf4087a (patch) | |
| tree | 3aeb75db5bef1b0019089b5164246a0de92667f9 /plugins/NewStory/res | |
| parent | 4421ac14868b77c8631f24e08833f0a2e5c03356 (diff) | |
fixes #4695 (Newstory: BBCode тег [img] при заведомо неверной ссылке занимает большое пустое место в окне)
Diffstat (limited to 'plugins/NewStory/res')
| -rw-r--r-- | plugins/NewStory/res/no-image-ico.png | bin | 0 -> 678 bytes | |||
| -rw-r--r-- | plugins/NewStory/res/resource.rc | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/res/no-image-ico.png b/plugins/NewStory/res/no-image-ico.png Binary files differnew file mode 100644 index 0000000000..e352146f0b --- /dev/null +++ b/plugins/NewStory/res/no-image-ico.png diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc index e204790c5f..79975d36e0 100644 --- a/plugins/NewStory/res/resource.rc +++ b/plugins/NewStory/res/resource.rc @@ -74,6 +74,7 @@ IDI_USERS ICON "users.ico" IDI_REPLY ICON "reply.ico" +IDI_NO_IMAGE PNG "no-image-ico.png" ///////////////////////////////////////////////////////////////////////////// // |
