Skip to content

Commit

Permalink
fix 49694 Dialog title for selecting Excel file need updating
Browse files Browse the repository at this point in the history
  • Loading branch information
pshi authored and mwu committed May 9, 2012
1 parent 6c083fc commit e8ce6d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ confirm.reselectWorksheetMessage=Selecting a different sheet will leave previous
confirm.reselectFileTitle=Confirm to select a different file.
confirm.reselectFileMessage=Selecting a different file will leave previous operations unsaved.\n\nAre you sure?

RelativeFolderSelectionDialog.Title.SelectFolder=Select a folder
RelativeFolderSelectionDialog.Title.SelectFolder=Select a folder
SelectFile.Title=Select File
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ private void handleFileSelection( int selectionType )
{
RelativeFileSelectionDialog dialog = new RelativeFileSelectionDialog( folderLocation.getShell( ),
new File( getResourceFolder( ) ) );

dialog.setTitle( Messages.getString( "SelectFile.Title" ) );
if ( dialog.open( ) == Window.OK )
{
try
Expand Down

0 comments on commit e8ce6d0

Please sign in to comment.