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
90aecb31
Kaydet (Commit)
90aecb31
authored
Agu 15, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ErrorBox EBX_ERR_PRINTDISABLED to String
Change-Id: I7f59091a595a8e8a832b779da56bb53de810f22b
üst
3236e205
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
app.cxx
desktop/source/app/app.cxx
+2
-2
desktop.hrc
desktop/source/app/desktop.hrc
+2
-2
desktop.src
desktop/source/app/desktop.src
+2
-4
No files found.
desktop/source/app/app.cxx
Dosyayı görüntüle @
90aecb31
...
...
@@ -92,7 +92,7 @@
#include <svtools/menuoptions.hxx>
#include <rtl/bootstrap.hxx>
#include <vcl/help.hxx>
#include <vcl/
msgbox
.hxx>
#include <vcl/
layout
.hxx>
#include <vcl/settings.hxx>
#include <sfx2/sfx.hrc>
#include <sfx2/app.hxx>
...
...
@@ -2434,7 +2434,7 @@ void Desktop::OpenClients()
ResMgr
*
pDtResMgr
=
GetDesktopResManager
();
if
(
pDtResMgr
)
{
ErrorBox
aBox
(
NULL
,
ResId
(
EBX
_ERR_PRINTDISABLED
,
*
pDtResMgr
)
);
MessageDialog
aBox
(
NULL
,
ResId
(
STR
_ERR_PRINTDISABLED
,
*
pDtResMgr
)
);
aBox
.
Execute
();
}
}
...
...
desktop/source/app/desktop.hrc
Dosyayı görüntüle @
90aecb31
...
...
@@ -28,8 +28,6 @@
#define QBX_USERDATALOCKED (RID_DESKTOP_DIALOG_START+100)
#define EBX_ERR_PRINTDISABLED (RID_DESKTOP_DIALOG_START+190)
#define STR_RECOVER_QUERY (RID_DESKTOP_STRING_START+0)
#define STR_RECOVER_TITLE (RID_DESKTOP_STRING_START+1)
#define STR_RECOVER_PREPARED (RID_DESKTOP_STRING_START+2)
...
...
@@ -52,6 +50,8 @@
#define STR_ASK_START_SETUP_MANUALLY (RID_DESKTOP_STRING_START+152)
#define STR_ERR_PRINTDISABLED (RID_DESKTOP_STRING_START+153)
#define STR_INTERNAL_ERRMSG (RID_DESKTOP_STRING_START+161)
#define STR_LO_MUST_BE_RESTARTED (RID_DESKTOP_STRING_START+162)
...
...
desktop/source/app/desktop.src
Dosyayı görüntüle @
90aecb31
...
...
@@ -151,11 +151,9 @@ String STR_TITLE_USERDATALOCKED
Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION";
};
ErrorBox EBX
_ERR_PRINTDISABLED
String STR
_ERR_PRINTDISABLED
{
Buttons = WB_OK ;
DefButton = WB_DEF_OK ;
Message [ en-US ] = "Printing is disabled. No documents can be printed.";
Text [ en-US ] = "Printing is disabled. No documents can be printed.";
};
String STR_TITLE_EXPIRED
...
...
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