-
-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wxGUI/psmap: fix show correct error message if Ghostscript isn't installed (required for rendering output PDF file) on the OS MS Windows platform #2420
Conversation
All right, I fixed it. |
I apologize, looking at it again, I gave you a wrong suggestion, the translation doesn't work with f-strings so you will need to use a format function as before: |
Okay, I fixed it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@petrasovaa Maybe should be better use |
I agree, but I will leave it up to you if you want to change that. |
…alled If Ghostscript (required for rendering output PDF file) isn't installed on the OS MS Windows platform show correct error message.
47b8b86
to
7540bf1
Compare
Rebase 7540bf1 plus replace |
…alled (OSGeo#2420) If Ghostscript (required for rendering output PDF file) isn't installed on the OS MS Windows platform show correct error message.
…alled (OSGeo#2420) If Ghostscript (required for rendering output PDF file) isn't installed on the OS MS Windows platform show correct error message.
…alled (OSGeo#2420) If Ghostscript (required for rendering output PDF file) isn't installed on the OS MS Windows platform show correct error message.
…alled (OSGeo#2420) If Ghostscript (required for rendering output PDF file) isn't installed on the OS MS Windows platform show correct error message.
…alled (OSGeo#2420) If Ghostscript (required for rendering output PDF file) isn't installed on the OS MS Windows platform show correct error message.
Describe the bug
Wrong error message if Ghostscript gswin32c/gswin64c isn't installed (required for rendering output PDF file) on the OS MS Windows platform
To Reproduce
Steps to reproduce the behavior:
g.gui.psmap
Expected behavior
If Ghostscript gswin32c/gswin64c isn't installed (required for rendering output PDF file), show correct error message.
System description: