Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
18b0e91e
Kaydet (Commit)
18b0e91e
authored
Agu 15, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ErrorBox RID_SVXERR_OPT_PROXYPORTS to String
Change-Id: I1ab70b37d54c11023c161f76363a36acad78de62
üst
b5483af9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
cuires.hrc
cui/source/inc/cuires.hrc
+1
-1
optinet2.cxx
cui/source/options/optinet2.cxx
+2
-1
optinet2.src
cui/source/options/optinet2.src
+2
-3
No files found.
cui/source/inc/cuires.hrc
Dosyayı görüntüle @
18b0e91e
...
...
@@ -135,7 +135,7 @@
#define RID_SVXSTR_COLOR_CONFIG_SAVE2 (RID_SVX_START + 854)
#define RID_SVXSTR_COLOR_CONFIG_DELETE (RID_SVX_START + 855)
#define RID_SVXSTR_OPT_DOUBLE_DICTS (RID_SVX_START + 320)
#define RID_SVX
ER
R_OPT_PROXYPORTS (RID_SVX_START + 224)
#define RID_SVX
ST
R_OPT_PROXYPORTS (RID_SVX_START + 224)
#define RID_SVXERR_JRE_NOT_RECOGNIZED (RID_SVX_START + 256)
#define RID_SVXERR_JRE_FAILED_VERSION (RID_SVX_START + 257)
#define RID_SVXSTR_PATH_NAME_START (RID_SVX_START + 1003)
...
...
cui/source/options/optinet2.cxx
Dosyayı görüntüle @
18b0e91e
...
...
@@ -35,6 +35,7 @@
#include <sfx2/objsh.hxx>
#include <unotools/bootstrap.hxx>
#include <vcl/help.hxx>
#include <vcl/layout.hxx>
#include <sfx2/viewfrm.hxx>
#include <unotools/pathoptions.hxx>
#include <unotools/securityoptions.hxx>
...
...
@@ -132,7 +133,7 @@ void SvxNoSpaceEdit::Modify()
if
(
!
comphelper
::
string
::
isdigitAsciiString
(
aValue
)
||
(
long
)
aValue
.
toInt32
()
>
USHRT_MAX
)
// the maximum value of a port number is USHRT_MAX
ErrorBox
(
this
,
CUI_RES
(
RID_SVXER
R_OPT_PROXYPORTS
)
).
Execute
();
MessageDialog
(
this
,
CUI_RES
(
RID_SVXST
R_OPT_PROXYPORTS
)
).
Execute
();
}
}
...
...
cui/source/options/optinet2.src
Dosyayı görüntüle @
18b0e91e
...
...
@@ -21,10 +21,9 @@
#include "helpid.hrc"
#include <cuires.hrc>
ErrorBox RID_SVXER
R_OPT_PROXYPORTS
String RID_SVXST
R_OPT_PROXYPORTS
{
BUTTONS = WB_OK ;
Message [ en-US ] = "Invalid value!\n\nThe maximum value for a port number is 65535.";
Text [ en-US ] = "Invalid value!\n\nThe maximum value for a port number is 65535.";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment