Skip to content

Commit

Permalink
Rename frame
Browse files Browse the repository at this point in the history
  • Loading branch information
d3x0r committed Jul 8, 2023
1 parent 5fa515d commit a5e8cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InterShell.stable/security.null/null_password.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static void OnEditSecurityContext( "NULL Password" )( uintptr_t button )
if( pls )
{
PSI_CONTROL frame = LoadXMLFrameOver( NULL
, "EditSQLButtonSecurity.Frame" );
, "EditNullButtonSecurity.Frame" );
if( frame )
{
int okay = 0;
Expand Down

0 comments on commit a5e8cba

Please sign in to comment.