Commit 75564fa0 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* fix the messages panel and bring back the old error panel

parent 94b541ac
......@@ -178,6 +178,7 @@
ACTIONS = {
checkForUpdate = id;
clearRecentItems = id;
closeError = id;
intfOpenDisc = id;
intfOpenFile = id;
intfOpenFileGeneric = id;
......@@ -193,8 +194,6 @@
reportABug = id;
showBookmarks = id;
showExtended = id;
showMessagesPanel = id;
showSFilters = id;
showWizard = id;
timesliderUpdate = id;
togglePlaylist = id;
......@@ -218,8 +217,14 @@
"o_dmi_previous" = id;
"o_dmi_stop" = id;
"o_embedded_window" = id;
"o_err_btn_dismiss" = id;
"o_err_btn_msgs" = id;
"o_err_bug_lbl" = id;
"o_err_ckbk_surpress" = id;
"o_err_lbl" = id;
"o_err_msg" = id;
"o_error" = id;
"o_info" = id;
"o_main_pgbar" = id;
"o_messages" = id;
"o_mi_about" = id;
"o_mi_add_intf" = id;
......
......@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>361 41 478 430 0 0 1440 878 </string>
<string>577 80 478 430 0 0 1440 878 </string>
<key>IBEditorPositions</key>
<dict>
<key>1617</key>
......@@ -26,10 +26,8 @@
<key>IBOpenObjects</key>
<array>
<integer>2730</integer>
<integer>2416</integer>
<integer>21</integer>
<integer>29</integer>
<integer>2197</integer>
<integer>2769</integer>
</array>
<key>IBSystem Version</key>
<string>8L127</string>
......
......@@ -154,12 +154,6 @@
for( i = 0; i < p_dialog->i_widgets; i++ )
{
msg_Dbg( p_intf, "error panel requested" );
/* make sure that the descriptive message is filled */
if( o_description == NULL || o_description == @"" )
o_description = [NSString stringWithUTF8String: p_dialog->pp_widgets[i]->psz_text];
NSBeginInformationalAlertSheet( o_title, _NS("OK"), nil, nil,
o_window, self, @selector(sheetDidEnd: returnCode: contextInfo:),
NULL, nil, o_description );
}
}
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment