1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

Patch for bug 187268 by Jason Montojo - translated string truncated for in New Code Style dialog

This commit is contained in:
Vivian Kong 2007-05-17 02:39:54 +00:00
parent 0b8a5e522c
commit 585a40aa2b

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2000, 2006 IBM Corporation and others.
* Copyright (c) 2000, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@ -72,6 +72,7 @@ public class CreateProfileDialog extends StatusDialog {
fProfileVersioner= profileVersioner;
fSortedProfiles= fProfileManager.getSortedProfiles();
fSortedNames= fProfileManager.getSortedDisplayNames();
setShellStyle(getShellStyle() | SWT.RESIZE);
}