cui/source/options/certpath.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0e05a8dc5469edcb2536e8a8b286074391c75fd0
Author:     Julien Nabet <[email protected]>
AuthorDate: Mon Feb 9 17:32:29 2026 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Mon Feb 9 17:33:27 2026 +0100

    Typo VLCPLUGIN->VCLPLUGIN
    
    Change-Id: I1ad4c9e5fadae28205703c8725e76e57dcb95d2a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199005
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Julien Nabet <[email protected]>

diff --git a/cui/source/options/certpath.cxx b/cui/source/options/certpath.cxx
index 5e366c380c42..b4ce0ea5dc41 100644
--- a/cui/source/options/certpath.cxx
+++ b/cui/source/options/certpath.cxx
@@ -34,7 +34,7 @@ CertPathDialog::CertPathDialog(weld::Window* pParent)
     
m_xCertPathList->set_size_request(m_xCertPathList->get_approximate_digit_width()
 * 140,
                                       m_xCertPathList->get_height_rows(6));
 
-    // needed for VLCPLUGIN != gtk3 (e.g. "gen")
+    // needed for VCLPLUGIN != gtk3 (e.g. "gen")
     int nControlWidth = m_xCertPathList->get_approximate_digit_width() * 40;
     m_xCertPathList->set_column_fixed_widths({nControlWidth});
 

Reply via email to