Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.e4.ui.workbench.renderers.swt;singleton:=true
Bundle-Version: 0.16.900.qualifier
Bundle-Version: 0.16.1000.qualifier
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2010, 2015 IBM Corporation and others.
* Copyright (c) 2010, 2025 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand Down Expand Up @@ -34,6 +34,7 @@ public class SWTRenderersMessages extends NLS {
public static String menuCloseAll;
public static String menuCloseRight;
public static String menuCloseLeft;
public static String menuReopenClosed;
public static String menuDetach;

public static String viewMenu;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2010, 2015 IBM Corporation and others.
# Copyright (c) 2010, 2025 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
Expand All @@ -25,5 +25,6 @@ menuCloseOthers = Close &Others
menuCloseAll = Close &All
menuCloseRight = Close Tabs to the &Right
menuCloseLeft = Close Tabs to the &Left
menuReopenClosed = Reopen Closed Tab
menuDetach= &Detach
viewMenu = View Menu
Loading
Loading