diff options
author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2007-02-18 18:50:23 +0000 |
---|---|---|
committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2007-02-18 18:50:23 +0000 |
commit | 1db5ffcd5712ff69e803c0d262021543a7a0f2c7 (patch) | |
tree | e8d38f927e70b346f7585cfed6e2c2e485f519c4 /ide/fpide.pas | |
parent | a3d34453f25c6f278954899bfcbd4bb5fa46d1ea (diff) | |
download | fpc-1db5ffcd5712ff69e803c0d262021543a7a0f2c7.tar.gz |
* fixed #6497:
- proper ioresult checking when opening the printer device
- disable/enable handling for print menu item
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@6548 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'ide/fpide.pas')
-rw-r--r-- | ide/fpide.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/fpide.pas b/ide/fpide.pas index a705025e94..dbe5923ed5 100644 --- a/ide/fpide.pas +++ b/ide/fpide.pas @@ -460,6 +460,7 @@ resourcestring menu_local_gotosource = '~G~oto source'; msg_confirmsourcediradd = 'Directory %s is not in search path for source files. '+ 'Should we add it ?'; msg_quitconfirm = 'Do You really want to quit?'; + msg_printernotopened = 'Can''t open printer,'#13#3'check device name in "print setup"'; msg_printerror = 'Error while printing'; msg_impossibletoreachcursor = 'Impossible to reach current cursor'; msg_impossibletosetbreakpoint = 'Impossible to set breakpoints here'; |