From 5a712a0cdec794bd70b0e2862b595b728dd385c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Sun, 14 May 2023 22:12:47 +0200 Subject: [PATCH] * restore ellipsis --- rtl/objpas/rtlconst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/objpas/rtlconst.inc b/rtl/objpas/rtlconst.inc index d2b0f75074..b70a72b91d 100644 --- a/rtl/objpas/rtlconst.inc +++ b/rtl/objpas/rtlconst.inc @@ -200,7 +200,7 @@ ResourceString SMenuReinserted = 'Menu reinserted'; SMissingDateTimeField = '?'; SMPOpenFilter = 'All files (*.*)|*.*|Wave-files (*.WAV)|*.WAV|Midi-files (*.MID)|*.MID|Video for Windows (*.avi)|*.avi'; - SNetworkCap = 'Ne&twork..'; + SNetworkCap = 'Ne&twork...'; sNoAddress = 'No address specified'; SNoButton = '&No'; SNoCanvasHandle = 'Canvas handle does not allow drawing';