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
94cbfebd
Kaydet (Commit)
94cbfebd
authored
Agu 18, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
InfoBox MSG_ILLEGAL_PAGENUM to String
Change-Id: Idef182a43e7aa631aeea92870e3c51a7c2b8b7c5
üst
5116b8f6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
chrdlg.hrc
sw/inc/chrdlg.hrc
+1
-1
break.cxx
sw/source/ui/chrdlg/break.cxx
+2
-1
chrdlg.src
sw/source/ui/chrdlg/chrdlg.src
+3
-4
No files found.
sw/inc/chrdlg.hrc
Dosyayı görüntüle @
94cbfebd
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#include "rcid.hrc"
#include "rcid.hrc"
#define
MSG
_ILLEGAL_PAGENUM (RC_CHRDLG_BEGIN + 1)
#define
STR
_ILLEGAL_PAGENUM (RC_CHRDLG_BEGIN + 1)
#define STR_TEXTCOLL_HEADER (RC_CHRDLG_BEGIN + 2)
#define STR_TEXTCOLL_HEADER (RC_CHRDLG_BEGIN + 2)
#define STR_PAGEFMT_HEADER (RC_CHRDLG_BEGIN + 4)
#define STR_PAGEFMT_HEADER (RC_CHRDLG_BEGIN + 4)
...
...
sw/source/ui/chrdlg/break.cxx
Dosyayı görüntüle @
94cbfebd
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
#include <sfx2/request.hxx>
#include <sfx2/request.hxx>
#include <svl/stritem.hxx>
#include <svl/stritem.hxx>
#include <vcl/layout.hxx>
#include <vcl/msgbox.hxx>
#include <vcl/msgbox.hxx>
#include <cmdid.h>
#include <cmdid.h>
...
@@ -114,7 +115,7 @@ IMPL_LINK_NOARG(SwBreakDlg, OkHdl)
...
@@ -114,7 +115,7 @@ IMPL_LINK_NOARG(SwBreakDlg, OkHdl)
default
:
;
//prevent warning
default
:
;
//prevent warning
}
}
if
(
!
bOk
)
{
if
(
!
bOk
)
{
InfoBox
(
this
,
SW_RES
(
MSG_ILLEGAL_PAGENUM
)
).
Execute
();
MessageDialog
(
this
,
SW_RES
(
STR_ILLEGAL_PAGENUM
),
VCL_MESSAGE_INFO
).
Execute
();
m_pPageNumEdit
->
GrabFocus
();
m_pPageNumEdit
->
GrabFocus
();
return
0
;
return
0
;
}
}
...
...
sw/source/ui/chrdlg/chrdlg.src
Dosyayı görüntüle @
94cbfebd
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
*/
*/
#include "chrdlg.hrc"
#include "chrdlg.hrc"
String STR_TEXTCOLL_HEADER
String STR_TEXTCOLL_HEADER
{
{
Text [ en-US ] = "(Paragraph Style: " ;
Text [ en-US ] = "(Paragraph Style: " ;
...
@@ -26,11 +27,9 @@ String STR_PAGEFMT_HEADER
...
@@ -26,11 +27,9 @@ String STR_PAGEFMT_HEADER
{
{
Text [ en-US ] = "(Page Style: " ;
Text [ en-US ] = "(Page Style: " ;
};
};
InfoBox MSG
_ILLEGAL_PAGENUM
String STR
_ILLEGAL_PAGENUM
{
{
BUTTONS = WB_OK ;
Text [ en-US ] = "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages." ;
DEFBUTTON = WB_DEF_OK ;
Message [ en-US ] = "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages." ;
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* 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